summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_sp800_56b_gen.c
AgeCommit message (Expand)Author
2023-04-28Avoid generating RSA keys with p < qrkarmaka98
2021-10-28fix some code with obvious wrong coding stylex2018
2021-06-19rsa: fix indentationPauli
2021-06-19crypto: repalce tabs with spacesPauli
2021-06-03rsa: make the maximum key strength check FIPS only.Pauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-27rsa: check that the RNG is capable of producing a key of the specified sizePauli
2021-05-27rsa: remove the limit on the maximum key strengthPauli
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-11Update copyright yearMatt Caswell
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-17Add ACVP fips module testsShane Lontis
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-23Update copyright yearMatt Caswell
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-03-29Fixed unmatched BN_CTX_start/end if an invalid exponent is used.Shane Lontis
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis