2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add an entry to the CHANGES file [GL #2794]

Mention in the CHANGES file that "dot" ALPN token is required to be
negotiated for XoT.
This commit is contained in:
Artem Boldariev
2021-09-08 12:15:13 +03:00
parent 8cd3b9ef66
commit fc3a37a2ad

View File

@@ -1,3 +1,7 @@
5733. [func] Require "dot" ALPN token to be negotiated for
zone transfers over TLS (XoT), as required by RFC9103.
[GL #2794]
5732. [cleanup] Remove dns_lib_init() and _shutdown() and
ns_lib_init() and _shutdown() functions, as they
no longer served any useful purpose. [GL #88]