mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-15 07:02:40 -04:00
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.
58 lines
1.7 KiB
ReStructuredText
58 lines
1.7 KiB
ReStructuredText
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
..
|
|
.. SPDX-License-Identifier: MPL-2.0
|
|
..
|
|
.. This Source Code Form is subject to the terms of the Mozilla Public
|
|
.. License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
..
|
|
.. See the COPYRIGHT file distributed with this work for additional
|
|
.. information regarding copyright ownership.
|
|
|
|
Notes for BIND 9.18.3
|
|
---------------------
|
|
|
|
Security Fixes
|
|
~~~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Known Issues
|
|
~~~~~~~~~~~~
|
|
|
|
- According to RFC 8310, Section 8.1, the Subject field MUST NOT be
|
|
inspected when verifying a remote certificate while establishing a
|
|
DNS-over-TLS connection. Only SubjectAltName must be checked
|
|
instead. Unfortunately, some quite old versions of cryptographic
|
|
libraries might lack the functionality to ignore the Subject
|
|
field. It should have minimal production use consequences, as most
|
|
of the production-ready certificates issued by certificate
|
|
authorities will have SubjectAltNames set. In such a case, the
|
|
Subject field is ignored. Only old platforms are affected by this,
|
|
e.g., those supplied with OpenSSL versions older than 1.1.1.
|
|
|
|
New Features
|
|
~~~~~~~~~~~~
|
|
|
|
- Add DNS Extended Errors (:rfc:`8914`) when stale answers are returned from
|
|
cache. :gl:`#2267`
|
|
|
|
- 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
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Feature Changes
|
|
~~~~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Bug Fixes
|
|
~~~~~~~~~
|
|
|
|
- CDS and CDNSKEY DELETE records are removed from the zone when configured with
|
|
'auto-dnssec maintain;'. This has been fixed. :gl:`#2931`.
|