summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_meth.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2020-12-17dsa: provider and library deprecation changesPauli
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-12Deprecate the low level DSA functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2018-04-03Update copyright yearMatt Caswell
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY
2016-06-24Deal with API changes.Ben Laurie
2016-05-23Remove useless NULL checksFdaSilvaYY
2016-05-18Add some error messages for malloc failsMatt Caswell
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell