summaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_mp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "a RSA" with "an RSA"Daniel Fiala2022-12-071-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_rsa symbolsShane Lontis2021-03-181-6/+6
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* 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
* Set error code on alloc failuresRich Salz2018-04-031-2/+4
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Fix a memory leak in an error pathMatt Caswell2018-02-141-0/+1
* Minor cleanup of the rsa mp limits codeBernd Edlinger2017-12-131-0/+3
* rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov2017-11-281-0/+14
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-0/+95