summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecdsa_sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Useless includesFdaSilvaYY2016-06-181-2/+0
* Copyright consolidation 05/10Rich Salz2016-05-171-51/+6
* Remove #error from include files.Rich Salz2016-03-211-3/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use NULL comparisonDr. Stephen Henson2015-12-091-3/+3
* Top level ECDSA sign/verify redirection.Dr. Stephen Henson2015-12-091-12/+6
* return errors for unsupported operationsDr. Stephen Henson2015-12-091-1/+4
* Move and adapt ECDSA sign and verify functions.Dr. Stephen Henson2015-12-091-0/+105