Windows makefile: Don't quote generator arguments
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 76b9f78544bb1fa64342bf94f14c7a9bba5ab91b..c835f6aae482b92a82ff684a91bea7df30ae4716 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,17 @@
  https://github.com/openssl/openssl/commits/ and pick the appropriate
  release branch.
 
- Changes between 1.1.0f and 1.1.1 [xx XXX xxxx]
+ Changes between 1.1.0g and 1.1.1 [xx XXX xxxx]
+
+  *) Added support for X448 and Ed448. Currently this is only supported in
+     libcrypto (not libssl). Heavily based on original work by Mike Hamburg.
+     [Matt Caswell]
+
+  *) Extend OSSL_STORE with capabilities to search and to narrow the set of
+     objects loaded.  This adds the functions OSSL_STORE_expect() and
+     OSSL_STORE_find() as well as needed tools to construct searches and
+     get the search data out of them.
+     [Richard Levitte]
 
   *) Support for TLSv1.3 added. Note that users upgrading from an earlier
      version of OpenSSL should review their configuration settings to ensure