2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Mention TLS certs verification in the CHANGES and Release Notes

This commit adds points to the CHANGES and the release notes about
supporting remote TLS certificates verification and support for Strict
and Mutual TLS transport connections verification.
This commit is contained in:
Artem Boldariev 2022-02-21 16:02:32 +02:00
parent 63532d6d81
commit 40db7dfcc1
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
5839. [func] Add support for remote TLS certificates
verification, both to BIND and dig, making it possible
to implement Strict and Mutual TLS authentication,
as described in RFC 9103, Section 9.3. [GL #3163]
5838. [cleanup] When modifying a member zone in a catalog zone, and it
is detected that the zone exists and was not created by
the current catalog zone, distinguish the two cases when

View File

@ -60,6 +60,10 @@ New Features
specify a journal file to read when loading the zone to be verified or
signed. :gl:`#2486`
- Add support for remote TLS certificates verification, both to BIND
and ``dig``, making it possible to implement Strict and Mutual TLS
authentication, as described in RFC 9103, Section 9.3. :gl:`#3163`
Removed Features
~~~~~~~~~~~~~~~~