aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_meth.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-20Deprecate the low level RSA functions.Pauli1-0/+6
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte1-1/+1
2018-09-17Use 'i' as parameter name not 'I'.Pauli1-2/+2
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-03-21Convert _meth_get_ functions to const gettersJack Bates1-1/+1
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang1-0/+14
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY1-19/+18
2016-05-23Remove useless NULL checksFdaSilvaYY1-2/+1
2016-05-18Add some error messages for malloc failsMatt Caswell1-1/+6
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell1-2/+16
2016-05-17Copyright consolidation 08/10Rich Salz1-4/+3
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte1-0/+257