aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-26 23:58:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-26 23:58:54 +0000
commit6ec8e63af6c1835a8b222350dbabf7bb2ace094f (patch)
treef1d18170d6f7d197f5cc721beac9c49531c363f6 /CHANGES
parent465b9f6b26e0ea9181cff7a55dcc69b3fc1291fe (diff)
downloadopenssl-6ec8e63af6c1835a8b222350dbabf7bb2ace094f.tar.gz
Port BN_MONT_CTX_set_locked() from stable branch.
The function rsa_eay_mont_helper() has been removed because it is no longer needed after this change.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 90b64f4e46..103a74cdce 100644
--- a/CHANGES
+++ b/CHANGES
@@ -794,6 +794,11 @@
Changes between 0.9.7g and 0.9.7h [XX xxx XXXX]
+ *) New function BN_MONT_CTX_set_locked() to set montgomery parameters in
+ a threadsafe manner. Modify rsa code to use new function and add calls
+ to dsa and dh code (which had race conditions before).
+ [Steve Henson]
+
*) Include the fixed error library code in the C error file definitions
instead of fixing them up at runtime. This keeps the error code
structures constant.