]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #2843]
authorMark Andrews <marka@isc.org>
Fri, 8 Oct 2021 06:43:57 +0000 (17:43 +1100)
committerAram Sargsyan <aram@isc.org>
Thu, 28 Oct 2021 07:40:08 +0000 (07:40 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 2d5cc1f8e183ca5b5f02e4bf2e30125c2f6d34a5..469572de2463f3e0cfe29a7a20b103f13727ca07 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5751.  [port]          Add support for OpenSSL 3.0.0.  OpenSSL 3.0.0
+                       deprecated 'engine' support.  If OpenSSL 3.0.0 has
+                       been built without support for deprecated functionality
+                       pkcs11 via engine_pkcs11 is no longer available.
+                       [GL #2843]
+
 5750.  [bug]           Fix a bug when comparing two RSA keys. There was a typo
                        which caused the "p" prime factors to not being
                        compared. [GL #2972]