index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa_eay.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename RSA_eay_xxx to rsa_ossl_xxx
Rich Salz
2015-11-17
1
-922
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-10
/
+11
*
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-10-30
1
-1
/
+1
*
Move BN_CTX_start() call so the error case can always call BN_CTX_end().
Pascal Cuoq
2015-10-07
1
-1
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-50
/
+27
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-16
/
+4
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-4
/
+0
*
Rerun util/openssl-format-source -v -c .
master-post-auto-reformat
Matt Caswell
2015-01-22
1
-3
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-819
/
+813
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-5
/
+6
*
Implement internally opaque bn access from rsa
Matt Caswell
2014-12-08
1
-28
/
+77
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
remove FIPS module code from crypto/rsa
Dr. Stephen Henson
2014-12-08
1
-70
/
+0
*
RT2163: Remove some unneeded #include's
Doug Goldstein
2014-08-18
1
-1
/
+0
*
Return smaller of ret and f.
Alan Hryngle
2014-07-05
1
-1
/
+1
*
BN_BLINDING multi-threading fix.
Bodo Möller
2011-10-19
1
-29
/
+51
*
Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in
Dr. Stephen Henson
2011-05-11
1
-4
/
+4
*
Make sure overrides work for RSA/DSA.
Dr. Stephen Henson
2011-04-23
1
-4
/
+8
*
Return errors instead of aborting when selftest fails.
Dr. Stephen Henson
2011-04-22
1
-1
/
+5
*
Fix error codes.
Bodo Möller
2011-02-03
1
-11
/
+11
*
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
Dr. Stephen Henson
2011-01-27
1
-1
/
+1
*
use FIPSEVP in some bn and rsa files
Dr. Stephen Henson
2011-01-27
1
-0
/
+2
*
FIPS mode RSA changes:
Dr. Stephen Henson
2011-01-26
1
-1
/
+63
*
PR: 2295
Dr. Stephen Henson
2010-10-12
1
-1
/
+1
*
Really get rid of unsafe double-checked locking.
Bodo Möller
2008-09-14
1
-17
/
+22
*
Remove the dual-callback scheme for numeric and pointer thread IDs,
Geoff Thorpe
2008-08-06
1
-1
/
+3
*
Revert my earlier CRYPTO_THREADID commit, I will commit a reworked
Geoff Thorpe
2008-07-03
1
-3
/
+1
*
There was a need to support thread ID types that couldn't be reliably cast
Geoff Thorpe
2008-03-28
1
-1
/
+3
*
fix BIGNUM flag handling
Bodo Möller
2008-02-27
1
-35
/
+37
*
Change to mitigate branch prediction attacks
Bodo Möller
2007-03-28
1
-15
/
+72
*
Introduce limits to prevent malicious keys being able to
Bodo Möller
2006-09-28
1
-0
/
+44
*
Remove non-functional part of recent patch, after discussion with
Bodo Möller
2006-09-06
1
-9
/
+0
*
Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
Mark J. Cox
2006-09-05
1
-0
/
+9
*
New functions CRYPTO_set_idptr_callback(),
Bodo Möller
2006-06-23
1
-1
/
+1
*
Thread-safety fixes
Bodo Möller
2006-06-14
1
-17
/
+40
*
protect BN_BLINDING_invert with a write lock and BN_BLINDING_convert
Nils Larsch
2005-09-23
1
-4
/
+4
*
Update from 0.9.7-stable. Also repatch and rebuild error codes.
Dr. Stephen Henson
2005-05-28
1
-3
/
+23
*
Use BN_with_flags() in a cleaner way.
Bodo Möller
2005-05-27
1
-0
/
+1
*
Implement fixed-window exponentiation to mitigate hyper-threading
Bodo Möller
2005-05-16
1
-9
/
+118
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-1
/
+1
*
Port BN_MONT_CTX_set_locked() from stable branch.
Dr. Stephen Henson
2005-04-27
1
-29
/
+2
*
some updates for the blinding code; summary:
Nils Larsch
2005-04-27
1
-102
/
+76
*
- use BN_set_negative and BN_is_negative instead of BN_set_sign
Nils Larsch
2005-04-22
1
-3
/
+3
*
By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key
Geoff Thorpe
2004-03-25
1
-88
/
+93
*
Make sure that the last argument to RAND_add() is a float, or some
Richard Levitte
2004-03-15
1
-1
/
+1
*
Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()
Richard Levitte
2003-04-15
1
-0
/
+2
*
We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
Richard Levitte
2003-04-08
1
-3
/
+0
*
make RSA blinding thread-safe
Bodo Möller
2003-04-02
1
-8
/
+106
*
make sure RSA blinding works when the PRNG is not properly seeded;
Bodo Möller
2003-03-20
1
-8
/
+27
[next]