summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_meth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-5/+1
* 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 RSA functions.Pauli2020-02-201-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte2018-12-061-1/+1
* Use 'i' as parameter name not 'I'.Pauli2018-09-171-2/+2
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-1/+1
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-0/+14
* Raise an error on memory alloc failure.FdaSilvaYY2016-11-171-19/+18
* 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 08/10Rich Salz2016-05-171-4/+3
* Make the RSA_METHOD structure opaqueRichard Levitte2016-04-061-0/+257