Make EVP_ENCODE_CTX opaque
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 1b26b7bb9c43813178dfc1534d3a1ad48d004900..7a444266ff589b4c84f3fd533862ba57f6af5358 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
 
  Changes between 1.0.2e and 1.1.0  [xx XXX xxxx]
 
+  *) Support for ChaCha20 and Poly1305 added to libcrypto and libssl.
+     [Andy Polyakov]
+
   *) New EC_KEY_METHOD, this replaces the older ECDSA_METHOD and ECDH_METHOD
      and integrates ECDSA and ECDH functionality into EC. Implementations can
      now redirect key generation and no longer need to convert to or from
@@ -11,7 +14,6 @@
 
      Note: the ecdsa.h and ecdh.h headers are now no longer needed and just
      include the ec.h header file instead.
-
      [Steve Henson]
 
   *) Remove support for all 40 and 56 bit ciphers.  This includes all the export
 
   *) Added support for OCB mode. OpenSSL has been granted a patent license
      compatible with the OpenSSL license for use of OCB. Details are available
-     at https://www.openssl.org/docs/misc/OCB-patent-grant-OpenSSL.pdf. Support
+     at https://www.openssl.org/source/OCB-patent-grant-OpenSSL.pdf. Support
      for OCB can be removed by calling config with no-ocb.
      [Matt Caswell]