summaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_sp800_56b_check.c
Commit message (Expand)AuthorAgeFilesLines
* Allow small RSA exponents in the default providerShane Lontis2021-08-131-18/+9
* Update copyright yearMatt Caswell2021-03-111-1/+1
* ossl_rsa_sp800_56b_check_public: Be more lenient with small keysTomas Mraz2021-03-031-3/+7
* Fix external symbols for bnShane Lontis2021-02-261-5/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-11/+11
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-37/+36
* Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri2020-06-211-4/+37
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-101-2/+20
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-131-2/+2
* Add RSA key validation to default providerShane Lontis2020-01-291-2/+6
* Fix some typosVeres Lajos2019-12-111-1/+1
* RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx2019-11-091-12/+15
* Add BN_check_prime()Kurt Roeckx2019-10-141-6/+4
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* FIPS 186-4 RSA Generation & ValidationShane Lontis2019-03-121-0/+386