summaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_eay.c
Commit message (Expand)AuthorAgeFilesLines
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformatMatt Caswell2015-01-221-3/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-768/+757
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-5/+6
* Return smaller of ret and f.Alan Hryngle2014-07-051-1/+1
* Version skew reduction.Ben Laurie2012-06-061-3/+3
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-031-6/+6
* BN_BLINDING multi-threading fix.Bodo Möller2011-10-191-29/+51
* PR: 2295Dr. Stephen Henson2010-10-111-1/+1
* Really get rid of unsafe double-checked locking.Bodo Möller2008-09-141-17/+22
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+3
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-3/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+3
* fix BIGNUM flag handlingBodo Möller2008-02-271-35/+37
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-15/+72
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-0/+44
* Remove non-functional part of recent patch, after discussion withBodo Möller2006-09-061-9/+0
* Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox2006-09-051-0/+9
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-1/+1
* Thread-safety fixesBodo Möller2006-06-141-17/+40
* protect BN_BLINDING_invert with a write lock and BN_BLINDING_convertNils Larsch2005-09-221-4/+4
* Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson2005-05-281-3/+23
* Use BN_with_flags() in a cleaner way.Bodo Möller2005-05-271-0/+1
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-9/+118
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson2005-04-261-29/+2
* some updates for the blinding code; summary:Nils Larsch2005-04-261-102/+76
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-3/+3
* By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe2004-03-251-88/+93
* Make sure that the last argument to RAND_add() is a float, or someRichard Levitte2004-03-151-1/+1
* Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()Richard Levitte2003-04-151-0/+2
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-081-3/+0
* make RSA blinding thread-safeBodo Möller2003-04-021-8/+106
* make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller2003-03-201-8/+27
* 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