summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_mp.c
AgeCommit message (Expand)Author
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_rsa symbolsShane Lontis
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2018-02-27Update copyright yearMatt Caswell
2018-02-14Fix a memory leak in an error pathMatt Caswell
2017-12-13Minor cleanup of the rsa mp limits codeBernd Edlinger
2017-11-28rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang