* [PATCH] smb: server: Remove obsolete "select CRYPTO_LIB_DES" from Kconfig file
@ 2026-08-20 6:58 Thomas Huth
2026-08-20 7:47 ` Namjae Jeon
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2026-08-20 6:58 UTC (permalink / raw)
To: Namjae Jeon, Steve French, Tom Talpey
Cc: Sergey Senozhatsky, linux-cifs, linux-kernel
The DES encryption in the smb server code has been removed in 2021
with the removal of the insecure NTLMv1 authentication code. Thus
we don't need this "select" statement here anymore.
Fixes: ce812992f239f ("ksmbd: remove NTLMv1 authentication")
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
fs/smb/server/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/smb/server/Kconfig b/fs/smb/server/Kconfig
index 08d8b7a965a64..221ec9717a834 100644
--- a/fs/smb/server/Kconfig
+++ b/fs/smb/server/Kconfig
@@ -9,7 +9,6 @@ config SMB_SERVER
select CRYPTO
select CRYPTO_LIB_AES_CBC_MACS
select CRYPTO_LIB_ARC4
- select CRYPTO_LIB_DES
select CRYPTO_LIB_MD5
select CRYPTO_LIB_SHA256
select CRYPTO_LIB_SHA512
--
2.55.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] smb: server: Remove obsolete "select CRYPTO_LIB_DES" from Kconfig file
2026-08-20 6:58 [PATCH] smb: server: Remove obsolete "select CRYPTO_LIB_DES" from Kconfig file Thomas Huth
@ 2026-08-20 7:47 ` Namjae Jeon
0 siblings, 0 replies; 2+ messages in thread
From: Namjae Jeon @ 2026-08-20 7:47 UTC (permalink / raw)
To: Thomas Huth
Cc: Steve French, Tom Talpey, Sergey Senozhatsky, linux-cifs,
linux-kernel
On Thu, Aug 20, 2026 at 3:58 PM Thomas Huth <thuth@redhat.com> wrote:
>
> The DES encryption in the smb server code has been removed in 2021
> with the removal of the insecure NTLMv1 authentication code. Thus
> we don't need this "select" statement here anymore.
>
> Fixes: ce812992f239f ("ksmbd: remove NTLMv1 authentication")
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Applied it to #ksmbd-for-next.
Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-20 7:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 6:58 [PATCH] smb: server: Remove obsolete "select CRYPTO_LIB_DES" from Kconfig file Thomas Huth
2026-08-20 7:47 ` Namjae Jeon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.