summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-12-14 14:52:53 +0100
committerMatt Caswell <matt@openssl.org>2021-12-14 14:12:29 +0000
commit4f281f000cb8b130c92cc6d67d82270e1715ed66 (patch)
tree580bf94b21143e7386c94c05343836b5fe9a7107
parente9e726506cd2a3fd9c0f12daf8cc1fe934c7dddb (diff)
Add some CHANGES entries for 1.1.1m
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17269)
-rw-r--r--CHANGES18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 75a61905ac..21f63950d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,23 @@
Changes between 1.1.1l and 1.1.1m [xx XXX xxxx]
- *)
+ *) Avoid loading of a dynamic engine twice.
+
+ [Bernd Edlinger]
+
+ *) Fixed building on Debian with kfreebsd kernels
+
+ [Mattias Ellert]
+
+ *) 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]