summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-08-05 23:52:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-08-05 23:52:08 +0000
commit222f2246640d8bd00f509f47c436e8e48d4d67a9 (patch)
treedd8f7251ec1c20e5fd4fe14df1c35563889ce087 /CHANGES
parent62b6cd007f5aee952acf52e087d535594b6eae15 (diff)
Initialize SSL_METHOD structures at compile time. This removes the need
for locking code. The CRYPTO_LOCK_SSL_METHOD lock is now no longer used.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1b4a7947e6..c600d648a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8 and 0.9.8a [XX xxx XXXX]
+ *) Initialize SSL_METHOD structures at compile time instead of during
+ runtime, thus removing the need for a lock.
+ [Steve Henson]
+
*) Make PKCS7_decrypt() work even if no certificate is supplied by
attempting to decrypt each encrypted key in turn. Add support to
smime utility.