aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_eay.c
Commit message (Expand)AuthorAgeFilesLines
* Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz2015-11-171-922/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-10/+11
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-1/+1
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-50/+27
* free cleanup almost the finaleRich Salz2015-04-301-16/+4
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-4/+0
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-221-3/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-819/+813
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-5/+6
* Implement internally opaque bn access from rsaMatt Caswell2014-12-081-28/+77
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/rsaDr. Stephen Henson2014-12-081-70/+0
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* Return smaller of ret and f.Alan Hryngle2014-07-051-1/+1
* BN_BLINDING multi-threading fix.Bodo Möller2011-10-191-29/+51
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-4/+4
* Make sure overrides work for RSA/DSA.Dr. Stephen Henson2011-04-231-4/+8
* Return errors instead of aborting when selftest fails.Dr. Stephen Henson2011-04-221-1/+5
* Fix error codes.Bodo Möller2011-02-031-11/+11
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* use FIPSEVP in some bn and rsa filesDr. Stephen Henson2011-01-271-0/+2
* FIPS mode RSA changes:Dr. Stephen Henson2011-01-261-1/+63
* 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