summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_chk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov2017-11-281-4/+7
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-6/+75
* RT2676: Reject RSA eponent if even or 1Rich Salz2016-08-221-45/+29
* Copyright consolidation 08/10Rich Salz2016-05-171-46/+6
* Make the RSA structure opaqueRichard Levitte2016-04-061-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* free NULL cleanup 7Rich Salz2015-05-011-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-161-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-121-1/+2
* New function RSA_check_key.Bodo Möller1999-07-121-0/+159