Skip to content

Commit 70da513

Browse files
authored
Merge pull request #5487 from cariad-tech/fix-documentation-issue-on-null-ciphers
docs: update null cipher documentation in TLS::Policy [ci skip]
2 parents f422202 + 10807c8 commit 70da513

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/api_ref/tls.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,9 @@ policy settings from a file.
695695

696696
No export key exchange mechanisms or ciphersuites are supported
697697
by botan. The null encryption ciphersuites (which provide only
698-
authentication, sending data in cleartext) are also not supported
699-
by the implementation and cannot be negotiated.
698+
authentication, sending data in cleartext) are only supported if
699+
they are explicitly enabled at build time by activating the
700+
tls_null module.
700701

701702
Cipher names without an explicit mode refers to CBC+HMAC ciphersuites.
702703

0 commit comments

Comments
 (0)