aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_sp800_56b_gen.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-23/+22
* Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri2020-06-211-6/+28
* Add ACVP fips module testsShane Lontis2020-06-171-24/+50
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-101-2/+3
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-071-1/+2
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-131-1/+1
* New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte2019-10-171-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fixed unmatched BN_CTX_start/end if an invalid exponent is used.Shane Lontis2019-03-291-1/+1
* FIPS 186-4 RSA Generation & ValidationShane Lontis2019-03-121-0/+362