summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_chk.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-04-13Fix the LCM computation in the RSA multiprime key checkTomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-06-28The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-17Fix up issues found when running evp_extra_test with a non-default library co...Jon Spillett
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-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-02-20Deprecate the low level RSA functions.Pauli
2020-01-29Add RSA key validation to default providerShane Lontis
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-04-30FIPS: Fix compiler errors in rsa_chk.c when building with `-DFIPS_MODE`Dr. Matthias St. Pierre
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz
2016-05-17Copyright consolidation 08/10Rich Salz
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-04-30free NULL cleanup 7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-09-21crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov
2014-09-08RT992: RSA_check_key should have a callback argRich Salz
2013-11-09Check for missing components in RSA_check.Dr. Stephen Henson
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2000-11-06Constify the RSA library.Richard Levitte
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller
1999-07-15RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).Ulf Möller
1999-07-13Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson
1999-07-12correct error handlingBodo Möller
1999-07-11typoBodo Möller
1999-07-11New function RSA_check_key.Bodo Möller