summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_rsa_fips186_4.c
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-06-13RSA keygen fixesslontis
2021-11-12Fix return value checking of BN_check_prime invocationsPW Hu
2021-06-22Add table entries for fips 186-5 related to RSA auxiliary probableShane Lontis
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols for bnShane Lontis
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-06-21Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri
2020-05-15Update copyright yearMatt Caswell
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
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-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis