summaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_meth.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-5/+1
* dsa: provider and library deprecation changesPauli2020-12-171-5/+3
* 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 low level DSA functions.Pauli2020-02-121-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte2018-12-061-2/+2
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-1/+1
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* Raise an error on memory alloc failure.FdaSilvaYY2016-11-161-19/+18
* Deal with API changes.Ben Laurie2016-06-241-6/+7
* Remove useless NULL checksFdaSilvaYY2016-05-231-2/+1
* Add some error messages for malloc failsMatt Caswell2016-05-181-1/+6
* Better checks for malloc failure in various METHOD functionsMatt Caswell2016-05-181-2/+16
* Copyright consolidation 07/10Rich Salz2016-05-171-0/+9
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-2/+2
* Various DSA opacity fixupsMatt Caswell2016-04-031-57/+11
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-0/+243