mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
docs-xml: offer aes-128-gmac by default
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
3f843e56a8
commit
8ace94498f
@ -16,7 +16,7 @@
|
||||
</para>
|
||||
</description>
|
||||
|
||||
<value type="default">aes-128-cmac, hmac-sha-256</value>
|
||||
<value type="example">aes-128-cmac</value>
|
||||
<value type="default">aes-128-gmac, aes-128-cmac, hmac-sha-256</value>
|
||||
<value type="example">aes-128-cmac, hmac-sha-256</value>
|
||||
<value type="example">-aes-128-cmac</value>
|
||||
</samba:parameter>
|
||||
|
@ -16,7 +16,7 @@
|
||||
</para>
|
||||
</description>
|
||||
|
||||
<value type="default">aes-128-cmac, hmac-sha-256</value>
|
||||
<value type="example">aes-128-cmac</value>
|
||||
<value type="default">aes-128-gmac, aes-128-cmac, hmac-sha-256</value>
|
||||
<value type="example">aes-128-cmac, hmac-sha-256</value>
|
||||
<value type="example">-aes-128-cmac</value>
|
||||
</samba:parameter>
|
||||
|
@ -285,7 +285,7 @@ enum samba_weak_crypto {
|
||||
#define DEFAULT_SMB2_MAX_TRANSACT (8*1024*1024)
|
||||
#define DEFAULT_SMB2_MAX_CREDITS 8192
|
||||
|
||||
#define DEFAULT_SMB3_SIGNING_ALGORITHMS "aes-128-cmac hmac-sha-256"
|
||||
#define DEFAULT_SMB3_SIGNING_ALGORITHMS "aes-128-gmac aes-128-cmac hmac-sha-256"
|
||||
#define DEFAULT_SMB3_ENCRYPTION_ALGORITHMS "aes-128-gcm aes-128-ccm aes-256-gcm aes-256-ccm"
|
||||
|
||||
#define LOADPARM_EXTRA_LOCALS \
|
||||
|
Loading…
Reference in New Issue
Block a user