]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3795]
authorOndřej Surý <ondrej@isc.org>
Mon, 16 Jan 2023 09:09:35 +0000 (10:09 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Jan 2023 18:36:26 +0000 (19:36 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 17b28f627f37cc78f36c22e4150e74f60677ed4e..f545a01b0f4c8a8f943e4cc113e63ae3cee58331 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+6072.  [bug]           Avoid the OpenSSL lock contention when initializing
+                       Message Digest Contexts by using explicit algorithm
+                       fetching, initializing static contexts for every
+                       supported algorithms, and initializing the new context
+                       by copying the static copy. [GL #3795]
+
 6071.  [func]          The use of "port" when configuring query-source,
                        transfer-source, notify-source and parental-source
                        addresses has been deprecated, along with the
index cce6f01680c57c5708f5fcf838205cd1adbaef08..864b1f0ddea11c37785589ae4fa7825179d430e0 100644 (file)
@@ -55,6 +55,9 @@ Bug Fixes
   cause increased memory consumption due to delayed cleaning of view memory.
   This has been fixed. :gl:`#3801`
 
+- Improve the speed of the message digest algorithms (MD5, SHA-1,
+  SHA-2) and NSEC3 hashing. :gl:`#3795`
+
 Known Issues
 ~~~~~~~~~~~~