aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_chk.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 7Rich Salz2015-04-301-12/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-137/+161
* crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov2014-09-211-9/+9
* RT992: RSA_check_key should have a callback argRich Salz2014-09-081-2/+7
* Check for missing components in RSA_check.Dr. Stephen Henson2013-11-091-0/+6
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-2/+2
* Constify the RSA library.Richard Levitte2000-11-061-1/+1
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-221-2/+2
* Turn BN_prime_checks into a macro.Bodo Möller2000-01-121-2/+2
* RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).Ulf Möller1999-07-151-35/+45
* Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson1999-07-131-2/+1
* correct error handlingBodo Möller1999-07-121-31/+46
* typoBodo Möller1999-07-111-1/+2
* New function RSA_check_key.Bodo Möller1999-07-111-0/+159