summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-05don't return in a void functionBrent Cook
2023-07-05Merge bio.h patch from libressl-portableTheo Buehler
2023-07-05whitespaceTheo Buehler
2023-07-05Correct formattingBob Beck
2023-07-05Mop up last uses of ECDHerror() and ECDSAerror()Theo Buehler
2023-07-05Hide symbols in chachaBob Beck
2023-07-05One more ECDSAerror goes.Theo Buehler
2023-07-05ECDHerror() and ECDSAerror will go awayTheo Buehler
2023-07-05Adjust the public declaration of OpenSSLDie to use a portableBrent Cook
2023-07-05Drop an incorrect part from a commentTheo Buehler
2023-07-05Missing . in commentTheo Buehler
2023-07-05Fix #includesTheo Buehler
2023-07-05Remove local prototypes for public API (?!)Theo Buehler
2023-07-05Improve BN_bn2bin() error check for readabilityTheo Buehler
2023-07-05Merge ECDH code that will stay into ecdh.cTheo Buehler
2023-07-05Move ECDSA_size() to a more sensible place in this fileTheo Buehler
2023-07-05Merge ECDSA code that will stay into ecdsa.cTheo Buehler
2023-07-05Rename ecs_local.h into ecdsa_local.hTheo Buehler
2023-07-05Make variables in prototypes match function declarationsTheo Buehler
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