summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-08-05 23:56:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-08-05 23:56:11 +0000
commitf3b656b246f45a0159aea9c38634a9f72f98d31d (patch)
treeccff70185528b91ee93c7e4be53ed411e4edad5b /CHANGES
parent53b38d37a90ad53962b9e0f14eb942fa6ab8f341 (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 614348b8c4..d025d780a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,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.