mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
lib/param: offer aes-256-{gcm,ccm} encryption by default
We match Windows and keep aes-128-{gcm,ccm} first... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
d10153c851
commit
033716d9fd
@ -15,7 +15,7 @@
|
||||
</para>
|
||||
</description>
|
||||
|
||||
<value type="default">aes-128-gcm, aes-128-ccm</value>
|
||||
<value type="example">aes-128-gcm</value>
|
||||
<value type="example">-aes-128-ccm</value>
|
||||
<value type="default">aes-128-gcm, aes-128-ccm, aes-256-gcm, aes-256-ccm</value>
|
||||
<value type="example">aes-256-gcm</value>
|
||||
<value type="example">-aes-128-gcm -aes-128-ccm</value>
|
||||
</samba:parameter>
|
||||
|
@ -15,7 +15,7 @@
|
||||
</para>
|
||||
</description>
|
||||
|
||||
<value type="default">aes-128-gcm, aes-128-ccm</value>
|
||||
<value type="example">aes-128-gcm</value>
|
||||
<value type="example">-aes-128-ccm</value>
|
||||
<value type="default">aes-128-gcm, aes-128-ccm, aes-256-gcm, aes-256-ccm</value>
|
||||
<value type="example">aes-256-gcm</value>
|
||||
<value type="example">-aes-128-gcm -aes-128-ccm</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_ENCRYPTION_ALGORITHMS "aes-128-gcm aes-128-ccm"
|
||||
#define DEFAULT_SMB3_ENCRYPTION_ALGORITHMS "aes-128-gcm aes-128-ccm aes-256-gcm aes-256-ccm"
|
||||
|
||||
#define LOADPARM_EXTRA_LOCALS \
|
||||
int usershare; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user