summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecdsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove ECDSA nonce padding kludgetb2023-08-081-22/+1
* Make the bn_rand_interval() API a bit more ergonomictb2023-08-031-3/+3
* Remove some unneeded includes from ecdsa.htb2023-07-281-5/+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-281-7/+12
* 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-071-1/+17
* 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-051-0/+821