From: Artem Boldariev Date: Tue, 28 Sep 2021 10:13:47 +0000 (+0300) Subject: Modify release notes [GL #2796] X-Git-Tag: v9.17.19~17^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=834bb4e52b55f8b22db7dcc9af7715a73d4c58f7;p=thirdparty%2Fbind9.git Modify release notes [GL #2796] Mention the new "tls" clause options in the release notes. --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3dedf1a11d1..94a49630be6 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 "";`` to specify Diffie-Hellman parameters; + - ``ciphers "";`` 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 ~~~~~~~~~~~~~~~~