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
/
libcrypto
Age
Commit message (
Expand
)
Author
2023-07-03
ossl_ecdsa_verify_sig(): simplify range checks
Theo Buehler
2023-07-03
List variables in a somewhat more sensible order
Theo Buehler
2023-07-03
In ossl_ecdsa_verify_sig() use BN_CTX more idiomatically
Theo Buehler
2023-07-03
Split a bunch of unrelated checks
Theo Buehler
2023-07-03
Make ossl_ecdsa_verify_sig() single exit
Theo Buehler
2023-07-03
Switch ossl_ecdsa_verify() to timingsafe_memcmp()
Theo Buehler
2023-07-03
Streamline ossl_ecdsa_verify()
Theo Buehler
2023-07-03
Explicit parameter printing can also use get0_order()
Theo Buehler
2023-07-03
Convert ossl_ec_key_gen() and EC_KEY_check_key()
Theo Buehler
2023-07-03
Convert EC_GROUP_check() to EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Inline two copies of EC_GROUP_order_bits()
Theo Buehler
2023-07-03
Switch ECDSA code to using EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Provide internal-only EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Another empty line did not want to go in
Theo Buehler
2023-07-03
Trade a pair of extra braces for a missing empty line
Theo Buehler
2023-07-02
Clean up dynamic tables in OPENSSL_cleanup()
Theo Buehler
2023-07-02
Convert some tables to C99 initializers
Theo Buehler
2023-07-02
Fix return values of ecx methods
Theo Buehler
2023-07-02
Demacro SHA-512.
Joel Sing
2023-07-02
Fix typo in previous
Theo Buehler
2023-07-02
Use asprintf() to avoid repetition in string constants
Theo Buehler
2023-07-02
Split ECPKParameters_print()
Theo Buehler
2023-07-02
Switch sign_sig() and sign_setup() to using BN_CTX
Theo Buehler
2023-07-02
Revert hunk accidentally committed in r1.39
Theo Buehler
2023-07-02
Rework handling of the out_kinv and out_r pointers
Theo Buehler
2023-07-02
Replace bn_sqr_words() with bn_sqr_add_words().
Joel Sing
2023-07-02
Rename ctx_in into in_ctx, kinvp into out_kinv and rp into out_r
Theo Buehler
2023-07-02
Rename a few variables from X to x
Theo Buehler
2023-07-02
Simplify things by switching to bn_rand_interval()
Theo Buehler
2023-07-02
Unconditionally zero the ECDH key
Theo Buehler
2023-07-02
ECDSA_size(): move order a few lines down
Theo Buehler
2023-07-02
Invert method checks to avoid stupid line breaks
Theo Buehler
2023-07-02
Move the EC_POINT a bit down and a * to the right place
Theo Buehler
2023-07-02
ech_key.c: Fix includes
Theo Buehler
2023-07-01
Reverse polarity to avoid an overlong line
Theo Buehler
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-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
[next]