summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-07 13:39:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-07 13:39:39 +0000
commitc2bf720842d4a38bf00d3fcfdca6864ec82dc6c6 (patch)
tree353ff5cd682cbc816f17b22761019a948a34526b /CHANGES
parentc95bf51167f7d7b5d21d84bef02832bb896888de (diff)
Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy
an EVP_CIPHER_CTX structure which may have problems with external ENGINEs who need to duplicate internal handles etc.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d4d47db7fb..bad6a9f4a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,7 @@
Changes between 1.0.0 and 1.1.0 [xx XXX xxxx]
*) Experiemental regnegotiation in s_server -www mode. If the client
- browsers /reneg connection is renegotiated. If /renegcert it is
+ browses /reneg connection is renegotiated. If /renegcert it is
renegotiated requesting a certificate.
[Steve Henson]
@@ -49,6 +49,11 @@
Changes between 0.9.8m (?) and 1.0.0 [xx XXX xxxx]
+ *) Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher
+ context. The operation can be customised via the ctrl mechanism in
+ case ENGINEs want to include additional functionality.
+ [Steve Henson]
+
*) Tolerate yet another broken PKCS#8 key format: private key value negative.
[Steve Henson]