From 8daa83a594a2e98f39d764422bfbdbc62c9efd44 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:20:00 +0200 Subject: Adding upstream version 2:4.20.0+dfsg. Signed-off-by: Daniel Baumann --- .../security/serversmbencryptionalgos.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs-xml/smbdotconf/security/serversmbencryptionalgos.xml (limited to 'docs-xml/smbdotconf/security/serversmbencryptionalgos.xml') diff --git a/docs-xml/smbdotconf/security/serversmbencryptionalgos.xml b/docs-xml/smbdotconf/security/serversmbencryptionalgos.xml new file mode 100644 index 0000000..2dd2db9 --- /dev/null +++ b/docs-xml/smbdotconf/security/serversmbencryptionalgos.xml @@ -0,0 +1,21 @@ + + + This parameter specifies the availability and order of + encryption algorithms which are available for negotiation in the SMB3_11 dialect. + + It is also possible to remove individual algorithms from the default list, + by prefixing them with '-'. This can avoid having to specify a hardcoded list. + + Note: that the removal of AES-128-CCM from the list will result + in SMB3_00 and SMB3_02 being unavailable, as it is the default and only + available algorithm for these dialects. + + + +AES-128-GCM, AES-128-CCM, AES-256-GCM, AES-256-CCM +AES-256-GCM +-AES-128-GCM -AES-128-CCM + -- cgit v1.2.3