summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-03Delete some more references to dead policy code.Tobias Heider
2023-07-03sign_sig: test on assignmentTheo Buehler
2023-07-03sign_setup: split another check into twoTheo Buehler
2023-07-03typoTobias Heider
2023-07-03Split range checks for ECDSA r and ECDSA sTheo Buehler
2023-07-03Switch a couple of test from ucmp to cmpTheo Buehler
2023-07-03ossl_ecdsa_verify_sig(): simplify range checksTheo Buehler
2023-07-03List variables in a somewhat more sensible orderTheo Buehler
2023-07-03In ossl_ecdsa_verify_sig() use BN_CTX more idiomaticallyTheo Buehler
2023-07-03Split a bunch of unrelated checksTheo Buehler
2023-07-03Make ossl_ecdsa_verify_sig() single exitTheo Buehler
2023-07-03Switch ossl_ecdsa_verify() to timingsafe_memcmp()Theo Buehler
2023-07-03Streamline ossl_ecdsa_verify()Theo Buehler
2023-07-03Explicit parameter printing can also use get0_order()Theo Buehler
2023-07-03Convert ossl_ec_key_gen() and EC_KEY_check_key()Theo Buehler
2023-07-03Convert EC_GROUP_check() to EC_GROUP_get0_order()Theo Buehler
2023-07-03Inline two copies of EC_GROUP_order_bits()Theo Buehler
2023-07-03fix uuid_dec_{b,l}e prototypesJasper Lievisse Adriaanse
2023-07-03Switch ECDSA code to using EC_GROUP_get0_order()Theo Buehler
2023-07-03Provide internal-only EC_GROUP_get0_order()Theo Buehler
2023-07-03Another empty line did not want to go inTheo Buehler
2023-07-03Trade a pair of extra braces for a missing empty lineTheo Buehler
2023-07-02Simplify allocation checksTheo Buehler
2023-07-02Clean up dynamic tables in OPENSSL_cleanup()Theo Buehler
2023-07-02Disable TLS 1.0 and TLS 1.1 in libsslBob Beck
2023-07-02Convert some tables to C99 initializersTheo Buehler
2023-07-02Fix return values of ecx methodsTheo Buehler
2023-07-02Demacro SHA-512.Joel Sing
2023-07-02Fix typo in previousTheo Buehler
2023-07-02Use asprintf() to avoid repetition in string constantsTheo Buehler
2023-07-02Split ECPKParameters_print()Theo Buehler
2023-07-02Switch sign_sig() and sign_setup() to using BN_CTXTheo Buehler
2023-07-02Revert hunk accidentally committed in r1.39Theo Buehler
2023-07-02Rework handling of the out_kinv and out_r pointersTheo Buehler
2023-07-02Replace bn_sqr_words() with bn_sqr_add_words().Joel Sing
2023-07-02Rename ctx_in into in_ctx, kinvp into out_kinv and rp into out_rTheo Buehler
2023-07-02Rename a few variables from X to xTheo Buehler
2023-07-02Simplify things by switching to bn_rand_interval()Theo Buehler
2023-07-02Unconditionally zero the ECDH keyTheo Buehler
2023-07-02Remove the ability to do tls 1.0 and 1.1 from libtls.Bob Beck
2023-07-02ECDSA_size(): move order a few lines downTheo Buehler
2023-07-02Invert method checks to avoid stupid line breaksTheo Buehler
2023-07-02Move the EC_POINT a bit down and a * to the right placeTheo Buehler
2023-07-02ech_key.c: Fix includesTheo Buehler
2023-07-01Document that small allocations are initially junked with 0xdf nowOtto Moerbeek
2023-07-01Reverse polarity to avoid an overlong lineTheo Buehler
2023-07-01Reword comment to fit on a single lineTheo Buehler
2023-07-01tmp is a silly name for a point on an elliptic curveTheo Buehler
2023-07-01Garbage collect the now unused lenTheo Buehler
2023-07-01Test and assign for EC_KEY_get0_private_key()Theo Buehler