From 4f5791ebd03eaec1c7da0865a383175b05102712 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:47:29 +0200 Subject: Adding upstream version 2:4.17.12+dfsg. Signed-off-by: Daniel Baumann --- .../smbdotconf/security/serversmbsigningalgos.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs-xml/smbdotconf/security/serversmbsigningalgos.xml (limited to 'docs-xml/smbdotconf/security/serversmbsigningalgos.xml') diff --git a/docs-xml/smbdotconf/security/serversmbsigningalgos.xml b/docs-xml/smbdotconf/security/serversmbsigningalgos.xml new file mode 100644 index 0000000..7884e60 --- /dev/null +++ b/docs-xml/smbdotconf/security/serversmbsigningalgos.xml @@ -0,0 +1,22 @@ + + + This parameter specifies the availability and order of + signing 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-CMAC from the list will result + in SMB3_00 and SMB3_02 being unavailable, and the removal of HMAC-SHA256 + will result in SMB2_02 and SMB2_10 being unavailable, as these are the default and only + available algorithms for these dialects. + + + +AES-128-GMAC, AES-128-CMAC, HMAC-SHA256 +AES-128-CMAC, HMAC-SHA256 +-AES-128-CMAC + -- cgit v1.2.3