]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update the options reference to document 'cipher-suites'
authorArtem Boldariev <artem@boldariev.com>
Wed, 13 Dec 2023 16:14:32 +0000 (18:14 +0200)
committerArtem Boldariev <artem@boldariev.com>
Fri, 12 Jan 2024 11:27:59 +0000 (13:27 +0200)
This commit documents the new 'cipher-suites' options of the 'tls'
statement.

doc/arm/reference.rst

index cd3dbbc29c8da7effd835975c835a353008f0b9b..0f6d82e1765ee5128c01f29112447148d3c5c428 100644 (file)
@@ -5823,6 +5823,17 @@ The following options can be specified in a :any:`tls` statement:
     versions might be specified (e.g.
     ``protocols { TLSv1.2; TLSv1.3; };``).
 
+.. namedconf:statement:: cipher-suites
+   :tags: security
+   :short: Specifies a list of allowed cipher suites in the order of preference for TLSv1.3 only.
+
+    Cipher suites list which defines allowed cipher suites, such as
+    ``TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256``.
+    The string must be formed according to the rules specified in the
+    OpenSSL documentation (see
+    https://www.openssl.org/docs/man1.1.1/man1/ciphers.html, section
+    "TLS v1.3 cipher suites" for details).
+
 .. namedconf:statement:: ciphers
    :tags: security
    :short: Specifies a list of allowed ciphers in the order of preference for TLSv1.2 only.