aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_eay.c
Commit message (Expand)AuthorAgeFilesLines
...
* We cache a montgomery form for 'n' if the PUBLIC flag is set, not PRIVATE.Geoff Thorpe2003-02-151-4/+9
* David Brumley <dbrumley@stanford.edu> noted and corrected a case in theGeoff Thorpe2003-02-141-100/+45
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+2
* This is the first step in allowing RSA_METHODs to implement their own keyGeoff Thorpe2003-01-071-1/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-4/+4
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-3/+3
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+1
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-20/+10
* commentsBodo Möller2001-09-201-1/+3
* always reject data >= nBodo Möller2001-07-251-2/+31
* Currently, RSA code, when using no padding scheme, simply checks that inputGeoff Thorpe2001-07-201-3/+12
* check CRTUlf Möller2001-03-281-2/+2
* check CRTUlf Möller2001-03-281-1/+11
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* fix indentationBodo Möller2000-12-191-1/+1
* Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller2000-12-191-58/+67
* Add a comment (intended change)Bodo Möller2000-12-181-1/+1
* Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller2000-12-181-12/+70
* A few more constifications of some RSA routines that I forgotRichard Levitte2000-11-071-1/+1
* Constify the RSA library.Richard Levitte2000-11-061-10/+10
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-8/+19
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-8/+8
* ispell (and minor modifications)Ulf Möller2000-02-031-2/+2
* Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson1999-09-081-1/+3
* New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.Dr. Stephen Henson1999-07-271-4/+6
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+4
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-33/+12
* Fix for RSA private key encryption if p < q. This took ***ages*** to track down.Dr. Stephen Henson1999-03-111-0/+9
* Add OAEP.Ben Laurie1999-02-171-1/+7
* Accept NULL in *_free.Ben Laurie1999-01-071-2/+1
* Only free if it ain't NULL.Ben Laurie1999-01-041-1/+2
* Add prototypes. Make Montgomery stuff explicitly for that purpose.Ben Laurie1998-12-291-28/+26
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-60/+64
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+498