aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecdsa_vrf.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Fix incorrect return code on ECDSA key verificationAndrew Hoang2020-01-051-2/+2
* 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-53/+5
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use NULL comparisonDr. Stephen Henson2015-12-091-3/+2
* Top level ECDSA sign/verify redirection.Dr. Stephen Henson2015-12-091-20/+6
* return errors for unsupported operationsDr. Stephen Henson2015-12-091-0/+2
* Move and adapt ECDSA sign and verify functions.Dr. Stephen Henson2015-12-091-0/+109