summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-05Correct formattingbeck1-17/+9
2023-07-05Avoid undefined behavior in tlsexttesttb1-11/+18
2023-07-05Mop up last uses of ECDHerror() and ECDSAerror()tb4-25/+33
2023-07-05Hide symbols in chachabeck3-1/+43
2023-07-05One more ECDSAerror goes.tb1-2/+2
2023-07-05ECDHerror() and ECDSAerror will go awaytb2-45/+45
2023-07-05Adjust the public declaration of OpenSSLDie to use a portablebcook1-2/+10
2023-07-05Drop an incorrect part from a commenttb1-2/+2
2023-07-05Missing . in commenttb1-2/+2
2023-07-05Fix #includestb1-2/+6
2023-07-05Remove local prototypes for public API (?!)tb1-6/+1
2023-07-05Improve BN_bn2bin() error check for readabilitytb1-2/+2
2023-07-05Merge ECDH code that will stay into ecdh.ctb3-125/+65
2023-07-05Move ECDSA_size() to a more sensible place in this filetb1-28/+28
2023-07-05Merge ECDSA code that will stay into ecdsa.ctb3-160/+97
2023-07-05Rename ecs_local.h into ecdsa_local.htb7-13/+13
2023-07-05Make variables in prototypes match function declarationstb1-6/+6
2023-07-05Drop useless ossl_ prefixestb8-40/+52
2023-07-04Avoid outputting invalid signaturestb1-1/+11
2023-07-04Clean up ECDSA verificationtb1-14/+29
2023-07-04ECDSA signing: annotate code with steps corresponding to FIPS 185-6.tb1-3/+25
2023-07-04Extract private key and group order in s computationtb1-19/+18
2023-07-04Use key for the EC_KEY everywheretb1-39/+38
2023-07-04Some more consistency in variable namestb1-15/+15
2023-07-04Normalize ECDSA_SIG to be sig everywheretb1-11/+11
2023-07-04Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.tb1-28/+34
2023-07-04Rework ecdsa_prepare_digest()tb1-35/+35
2023-07-04Plug leak in the ssltesttb1-1/+2
2023-07-04Factor the computation of ECDSA s into a functiontb1-69/+88
2023-07-03sign_sig: drop ckinvtb1-5/+7
2023-07-03Rework the logic in ECDSA sign_sig()tb1-24/+30
2023-07-03add regress tests for the remainder of the function provided by our uuid.hjasper1-5/+137
2023-07-03Delete some more references to dead policy code.tobhe1-12/+1
2023-07-03sign_sig: test on assignmenttb1-5/+6
2023-07-03sign_setup: split another check into twotb1-2/+6
2023-07-03typotobhe1-1/+1
2023-07-03Split range checks for ECDSA r and ECDSA stb1-3/+8
2023-07-03Switch a couple of test from ucmp to cmptb1-4/+4
2023-07-03ossl_ecdsa_verify_sig(): simplify range checkstb1-6/+4
2023-07-03List variables in a somewhat more sensible ordertb1-4/+4
2023-07-03In ossl_ecdsa_verify_sig() use BN_CTX more idiomaticallytb1-8/+10
2023-07-03Split a bunch of unrelated checkstb1-3/+10
2023-07-03Make ossl_ecdsa_verify_sig() single exittb1-4/+4
2023-07-03Switch ossl_ecdsa_verify() to timingsafe_memcmp()tb1-2/+2
2023-07-03Streamline ossl_ecdsa_verify()tb1-7/+13
2023-07-03Explicit parameter printing can also use get0_order()tb1-5/+6
2023-07-03Convert ossl_ec_key_gen() and EC_KEY_check_key()tb1-23/+6
2023-07-03Convert EC_GROUP_check() to EC_GROUP_get0_order()tb1-10/+3
2023-07-03Inline two copies of EC_GROUP_order_bits()tb1-22/+6
2023-07-03some minor fix up;jmc1-5/+5