Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto/rsa/rsa_chk.c: harmonize error codes. | Andy Polyakov | 2014-09-21 | 1 | -9/+9 |
* | RT992: RSA_check_key should have a callback arg | Rich Salz | 2014-09-08 | 1 | -2/+7 |
* | Check for missing components in RSA_check. | Dr. Stephen Henson | 2013-11-09 | 1 | -0/+6 |
* | This is a first-cut at improving the callback mechanisms used in | Geoff Thorpe | 2002-12-08 | 1 | -2/+2 |
* | Constify the RSA library. | Richard Levitte | 2000-11-06 | 1 | -1/+1 |
* | Document the DH library, and make some minor changes along the way. | Ulf Möller | 2000-01-22 | 1 | -2/+2 |
* | Turn BN_prime_checks into a macro. | Bodo Möller | 2000-01-12 | 1 | -2/+2 |
* | RSA private keys without dmp1/dmq1/iqmp are also valid (but slower). | Ulf Möller | 1999-07-16 | 1 | -35/+45 |
* | Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove and | Dr. Stephen Henson | 1999-07-13 | 1 | -2/+1 |
* | correct error handling | Bodo Möller | 1999-07-12 | 1 | -31/+46 |
* | typo | Bodo Möller | 1999-07-12 | 1 | -1/+2 |
* | New function RSA_check_key. | Bodo Möller | 1999-07-12 | 1 | -0/+159 |