summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_chk.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
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