diff options
author | Aurelien Aptel <aaptel@suse.com> | 2018-02-16 13:19:28 -0500 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2018-04-01 21:24:39 -0400 |
commit | 5fcd7f3f966f37f3f9a215af4cc1597fe338d0d5 (patch) | |
tree | 205047056dc838730ff6f1acd73789b99671fa44 /fs/cifs/Kconfig | |
parent | 82fb82be05585426405667dd5f0510aa953ba439 (diff) |
CIFS: add sha512 secmech
* prepare for SMB3.11 pre-auth integrity
* enable sha512 when SMB311 is enabled in Kconfig
* add sha512 as a soft dependency
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <smfrench@gmail.com>
CC: Stable <stable@vger.kernel.org>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r-- | fs/cifs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 687da62daf4e..e901ef6a4813 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -189,6 +189,7 @@ config CIFS_NFSD_EXPORT | |||
189 | config CIFS_SMB311 | 189 | config CIFS_SMB311 |
190 | bool "SMB3.1.1 network file system support (Experimental)" | 190 | bool "SMB3.1.1 network file system support (Experimental)" |
191 | depends on CIFS | 191 | depends on CIFS |
192 | select CRYPTO_SHA512 | ||
192 | 193 | ||
193 | help | 194 | help |
194 | This enables experimental support for the newest, SMB3.1.1, dialect. | 195 | This enables experimental support for the newest, SMB3.1.1, dialect. |