summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_sp800_56b_check.c
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-15Limit the execution time of RSA public key checkTomas Mraz
2021-08-13Allow small RSA exponents in the default providerShane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-03-03ossl_rsa_sp800_56b_check_public: Be more lenient with small keysTomas Mraz
2021-02-26Fix external symbols for bnShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-06-21Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2020-01-29Add RSA key validation to default providerShane Lontis
2019-12-11Fix some typosVeres Lajos
2019-11-09RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis