Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 42c3b9e01abca69c3a0356b5cc454af0e95b204b..2f7f79e526debd7fdb6f6e6d980f08c4c7d6ae6c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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]