diff options
author | Pavel Shilovsky <pshilov@microsoft.com> | 2016-11-03 19:47:37 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2017-02-01 17:46:36 -0500 |
commit | 026e93dc0a3eefb0be060bcb9ecd8d7a7fd5c398 (patch) | |
tree | 1816fb41fc8a99d0d967a3ebb324f341b5eaee3e /fs/cifs/Kconfig | |
parent | cabfb3680f78981d26c078a26e5c748531257ebb (diff) |
CIFS: Encrypt SMB3 requests before sending
This change allows to encrypt packets if it is required by a server
for SMB sessions or tree connections.
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r-- | fs/cifs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index ff0d1fe542f7..034f00f21390 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -174,6 +174,8 @@ config CIFS_SMB2 | |||
174 | select CRYPTO_AES | 174 | select CRYPTO_AES |
175 | select CRYPTO_SHA256 | 175 | select CRYPTO_SHA256 |
176 | select CRYPTO_CMAC | 176 | select CRYPTO_CMAC |
177 | select CRYPTO_AEAD2 | ||
178 | select CRYPTO_CCM | ||
177 | 179 | ||
178 | help | 180 | help |
179 | This enables support for the Server Message Block version 2 | 181 | This enables support for the Server Message Block version 2 |