diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2005-08-06 01:56:11 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2005-08-06 01:56:11 +0200 |
commit | f3b656b246f45a0159aea9c38634a9f72f98d31d (patch) | |
tree | ccff70185528b91ee93c7e4be53ed411e4edad5b /CHANGES | |
parent | fix potential memory leak + improved error checking (diff) | |
download | openssl-f3b656b246f45a0159aea9c38634a9f72f98d31d.tar.xz openssl-f3b656b246f45a0159aea9c38634a9f72f98d31d.zip |
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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |