Add some CHANGES entries for 3.0.1
authorRichard Levitte <levitte@openssl.org>
Tue, 14 Dec 2021 13:54:55 +0000 (14:54 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Dec 2021 14:26:54 +0000 (14:26 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17270)

CHANGES.md

index 37533e8f82dcc3ce630225407374aa3d5ac1d104..0a0f56395429f63f538540eac5d2c4810df6d2e9 100644 (file)
@@ -64,10 +64,6 @@ breaking changes, and mappings for the large list of deprecated functions.
 
    *Allan Jude*
 
- * Avoid loading of a dynamic engine twice.
-
-   *Bernd Edlinger*
-
  * Multiple threading fixes.
 
    *Matt Caswell*
@@ -1506,6 +1502,22 @@ breaking changes, and mappings for the large list of deprecated functions.
 OpenSSL 1.1.1
 -------------
 
+### Changes between 1.1.1l and 1.1.1m [xx XXX xxxx]
+
+ * Avoid loading of a dynamic engine twice.
+
+   *Bernd Edlinger*
+
+ * Prioritise DANE TLSA issuer certs over peer certs
+
+   *Viktor Dukhovni*
+
+ * Fixed random API for MacOS prior to 10.12
+
+   These MacOS versions don't support the CommonCrypto APIs
+
+   *Lenny Primak*
+
 ### Changes between 1.1.1k and 1.1.1l [24 Aug 2021]
 
  * Fixed an SM2 Decryption Buffer Overflow.