summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* And here go {,EC}DSA_SIG_ittb2024-04-151-2/+2
* Remove ECDSA nonce padding kludgetb2023-08-081-22/+1
* Make the bn_rand_interval() API a bit more ergonomictb2023-08-031-3/+3
* Stop including ecdsa.h and ecdh.h internallytb2023-07-281-2/+2
* Remove some unneeded includes from ecdsa.htb2023-07-281-5/+1
* Merge ecdsa.h into ec.htb2023-07-281-138/+2
* Remove ECDSA_METHODtb2023-07-282-151/+1
* Remove ecs_err.ctb2023-07-282-119/+1
* Place public ECDSA API next to the internal methodstb2023-07-281-51/+48
* Remove ECDSA_{do_,}sign_ex()tb2023-07-281-57/+20
* Make extended ECDSA signing routines internaltb2023-07-282-15/+13
* Rename EC_KEY from r to key like in the rest of the filetb2023-07-101-4/+4
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-073-3/+27
* Mop up last uses of ECDHerror() and ECDSAerror()tb2023-07-051-17/+15
* One more ECDSAerror goes.tb2023-07-051-2/+2
* ECDHerror() and ECDSAerror will go awaytb2023-07-051-37/+37
* Drop an incorrect part from a commenttb2023-07-051-2/+2
* Missing . in commenttb2023-07-051-2/+2
* Fix #includestb2023-07-051-2/+6
* Remove local prototypes for public API (?!)tb2023-07-051-6/+1
* Improve BN_bn2bin() error check for readabilitytb2023-07-051-2/+2
* Move ECDSA_size() to a more sensible place in this filetb2023-07-051-28/+28
* Merge ECDSA code that will stay into ecdsa.ctb2023-07-052-157/+95
* Rename ecs_local.h into ecdsa_local.htb2023-07-054-7/+7
* Make variables in prototypes match function declarationstb2023-07-051-6/+6
* Drop useless ossl_ prefixestb2023-07-053-15/+14
* Avoid outputting invalid signaturestb2023-07-041-1/+11
* Clean up ECDSA verificationtb2023-07-041-14/+29
* ECDSA signing: annotate code with steps corresponding to FIPS 185-6.tb2023-07-041-3/+25
* Extract private key and group order in s computationtb2023-07-041-19/+18
* Use key for the EC_KEY everywheretb2023-07-041-39/+38
* Some more consistency in variable namestb2023-07-041-15/+15
* Normalize ECDSA_SIG to be sig everywheretb2023-07-041-11/+11
* Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.tb2023-07-041-28/+34
* Rework ecdsa_prepare_digest()tb2023-07-041-35/+35
* Factor the computation of ECDSA s into a functiontb2023-07-041-69/+88
* sign_sig: drop ckinvtb2023-07-031-5/+7
* Rework the logic in ECDSA sign_sig()tb2023-07-031-24/+30
* sign_sig: test on assignmenttb2023-07-031-5/+6
* sign_setup: split another check into twotb2023-07-031-2/+6
* Split range checks for ECDSA r and ECDSA stb2023-07-031-3/+8
* Switch a couple of test from ucmp to cmptb2023-07-031-4/+4
* ossl_ecdsa_verify_sig(): simplify range checkstb2023-07-031-6/+4
* List variables in a somewhat more sensible ordertb2023-07-031-4/+4
* In ossl_ecdsa_verify_sig() use BN_CTX more idiomaticallytb2023-07-031-8/+10
* Split a bunch of unrelated checkstb2023-07-031-3/+10
* Make ossl_ecdsa_verify_sig() single exittb2023-07-031-4/+4
* Switch ossl_ecdsa_verify() to timingsafe_memcmp()tb2023-07-031-2/+2
* Streamline ossl_ecdsa_verify()tb2023-07-031-7/+13
* Switch ECDSA code to using EC_GROUP_get0_order()tb2023-07-031-25/+17