]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Modify release notes [GL #2796]
authorArtem Boldariev <artem@boldariev.com>
Tue, 28 Sep 2021 10:13:47 +0000 (13:13 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 1 Oct 2021 12:56:02 +0000 (15:56 +0300)
Mention the new "tls" clause options in the release notes.

doc/notes/notes-current.rst

index 3dedf1a11d17a0b4472b47d74c00881a860bff75..94a49630be6dd68a43bfd95b773ec707a7d83392 100644 (file)
@@ -27,6 +27,15 @@ New Features
 - Ability to specify supported TLS protocol versions within ``tls``
   clauses (e.g. ``protocols { TLSv1.2; TLSv1.3; };``). :gl:`#2795`
 
+- New options within ``tls`` clauses were implemented, namely:
+  - ``dhparam-file "<path_to_file>";`` to specify Diffie-Hellman parameters;
+  - ``ciphers "<cipher_list>";`` to specify OpenSSL ciphers list;
+  - ``prefer-server-ciphers yes|no;`` to assert server or client ciphers preference;
+  - ``session-tickets yes|no;`` to explicitly enable or disable stateless TLS session tickets (see RFC5077).
+  These options allow finer control over TLS protocol features and make it
+  possible to achieve perfect forward secrecy for DNS-over-TLS and
+  DNS-over-HTTPS. :gl:`#2796`
+
 Removed Features
 ~~~~~~~~~~~~~~~~