summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-12-14 14:54:55 +0100
committerTomas Mraz <tomas@openssl.org>2021-12-14 17:44:06 +0100
commit0e4e4e27df3ff7c1b1c07be4a518c03acf2513ee (patch)
tree86950aada06b915fde1bcda8c4b127f182ef04b2 /CHANGES.md
parentc868d1f9ca923fa4ea57a46e823c280233e254ea (diff)
Add some CHANGES entries for 3.0.1
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17274)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md20
1 files changed, 16 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 539d6a047d..16e2c341bd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -141,10 +141,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*
@@ -1583,6 +1579,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.