aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_chk.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz1-45/+29
2016-05-17Copyright consolidation 08/10Rich Salz1-46/+6
2016-04-06Make the RSA structure opaqueRichard Levitte1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-04-30free NULL cleanup 7Rich Salz1-12/+6
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-137/+161
2014-09-21crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov1-9/+9
2014-09-08RT992: RSA_check_key should have a callback argRich Salz1-2/+7
2013-11-09Check for missing components in RSA_check.Dr. Stephen Henson1-0/+6
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe1-2/+2
2000-11-06Constify the RSA library.Richard Levitte1-1/+1
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller1-2/+2
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller1-2/+2
1999-07-15RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).Ulf Möller1-35/+45
1999-07-13Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson1-2/+1
1999-07-12correct error handlingBodo Möller1-31/+46
1999-07-11typoBodo Möller1-1/+2
1999-07-11New function RSA_check_key.Bodo Möller1-0/+159