index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-07-01
Reword comment to fit on a single line
Theo Buehler
2023-07-01
tmp is a silly name for a point on an elliptic curve
Theo Buehler
2023-07-01
Garbage collect the now unused len
Theo Buehler
2023-07-01
Test and assign for EC_KEY_get0_private_key()
Theo Buehler
2023-07-01
Add a missing NULL check for group
Theo Buehler
2023-07-01
Reference commit needed in the next major bump
Theo Buehler
2023-07-01
Simplify handling of ret
Theo Buehler
2023-07-01
Use BN_bn2binpad() instead of handrolling it
Theo Buehler
2023-07-01
Remove unused y from ECDH key computation
Theo Buehler
2023-07-01
crypto.h: move the error stuff to the end
Theo Buehler
2023-07-01
Simplify ASN1_bn_print() usage in ec/
Theo Buehler
2023-06-30
whitespace
Theo Buehler
2023-06-30
Recommit "Allow to ask for deeper callers for leak reports using
Otto Moerbeek
2023-06-29
Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNAL
Theo Buehler
2023-06-29
Move check_defer() and obj_cleanup_defer to evp/names.c
Theo Buehler
2023-06-28
Adjust EC_GROUP_get_basis_type() documentation
Theo Buehler
2023-06-27
Zap stray space
Theo Buehler
2023-06-27
Switch from get_rfc*() to BN_get_rfc*()
Theo Buehler
2023-06-27
Remove some dead code from ECPKParameters_print()
Theo Buehler
2023-06-27
Remove the now unused poly[] from EC_GROUP
Theo Buehler
2023-06-27
Simplify EC_GROUP_get_basis_type()
Theo Buehler
2023-06-26
Fix Ed Schouten's name
Theo Buehler
2023-06-26
Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semantics
Theo Buehler
2023-06-26
document handling of NULL envp as an extension;
Jason McIntyre
2023-06-25
Add missing RCS marker
Theo Buehler
2023-06-25
Remove unneeded bn_local.h and drop a NULL check
Theo Buehler
2023-06-25
Move ECDSA_size() to ecs_ossl.c to match what was done in ecdh
Theo Buehler
2023-06-25
With ech_local.h gone, we no longer need to -I ecdh
Theo Buehler
2023-06-25
Remove ech_local.h
Theo Buehler
2023-06-25
Stop including ech_local.h
Theo Buehler
2023-06-25
Remove prototypes for EC_KEY_{get,insert}_key_method_data()
Theo Buehler
2023-06-25
Move ecdh_KDF_X9_63() to ec_local.h
Theo Buehler
2023-06-25
Move ECDH_size() to ech_key.c
Theo Buehler
2023-06-25
Move the ecdh_method struct declaration to ech_lib.c
Theo Buehler
2023-06-25
Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.c
Theo Buehler
2023-06-25
Remove EC_EXTRA_DATA
Theo Buehler
2023-06-25
Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATA
Theo Buehler
2023-06-25
Remove method wrappers that use {ecdh,ecdsa}_check()
Theo Buehler
2023-06-25
ecdsa_do_sign(): remove useless ecdsa_check() call
Theo Buehler
2023-06-25
Make ECDH and ECDSA ex_data handlers always fail
Theo Buehler
2023-06-25
Make {ECDH,ECDSA}_set_method() always fail
Theo Buehler
2023-06-25
x509v3.h: unwrap a line
Theo Buehler
2023-06-25
Adjust/fix X509_check_purpose(3) documentation
Theo Buehler
2023-06-25
Check for duplicate X.509v3 extension OIDs
Theo Buehler
2023-06-25
Provide additional BN primitives for BN_ULLONG architectures.
Joel Sing
2023-06-25
ech_local.h: remove unused ECDH_FLAG_FIPS_METHOD
Theo Buehler
2023-06-25
ec_local.h: move ec_group_simple_order_bits down a bit
Theo Buehler
2023-06-24
Remove precompute_mult/have_precompute_mult from EC_METHOD.
Joel Sing
2023-06-24
Mop up EC_GROUP precomp machinery.
Joel Sing
2023-06-24
Mop up ec_wNAF_{,have_}precompute_mult().
Joel Sing
[next]