summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-05Drop useless ossl_ prefixesTheo Buehler
2023-07-04Avoid outputting invalid signaturesTheo Buehler
2023-07-04Clean up ECDSA verificationTheo Buehler
2023-07-04ECDSA signing: annotate code with steps corresponding to FIPS 185-6.Theo Buehler
2023-07-04Extract private key and group order in s computationTheo Buehler
2023-07-04Use key for the EC_KEY everywhereTheo Buehler
2023-07-04Some more consistency in variable namesTheo Buehler
2023-07-04Normalize ECDSA_SIG to be sig everywhereTheo Buehler
2023-07-04Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.Theo Buehler
2023-07-04Rework ecdsa_prepare_digest()Theo Buehler
2023-07-04Factor the computation of ECDSA s into a functionTheo Buehler
2023-07-03sign_sig: drop ckinvTheo Buehler
2023-07-03Rework the logic in ECDSA sign_sig()Theo Buehler
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