aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-19 12:19:16 +0000
committerBodo Möller <bodo@openssl.org>2000-12-19 12:19:16 +0000
commitcbfa030de7485f1f82b61965e107f04e0964a580 (patch)
tree0a8326ddd2ecfc81ba5047b77333fb26249309a8 /CHANGES
parentbb617a9646d95d0454edda995518f370172390e9 (diff)
downloadopenssl-cbfa030de7485f1f82b61965e107f04e0964a580.tar.gz
Don't hold CRYPTO_LOCK_RSA during time-consuming operations.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index fdb213132e..ef4a089817 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,13 +10,13 @@
[Bodo Moeller; problem reported by Eric Day <eday@concentric.net>]
*) In RSA_eay_public_{en,ed}crypt and RSA_eay_mod_exp (rsa_eay.c),
- obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX
- structures and setting rsa->_method_mod_{n,p,q}.
+ obtain lock CRYPTO_LOCK_RSA before setting rsa->_method_mod_{n,p,q}.
(RSA objects have a reference count access to which is protected
by CRYPTO_LOCK_RSA [see rsa_lib.c, s3_srvr.c, ssl_cert.c, ssl_rsa.c],
so they are meant to be shared between threads.)
- [patch submitted by "Reddie, Steven" <Steven.Reddie@ca.com>]
+ [Bodo Moeller, Geoff Thorpe; original patch submitted by
+ "Reddie, Steven" <Steven.Reddie@ca.com>]
*) rand_win.c fix for Borland C.
[Ulf Möller]