Re: [PATCH] smb: server: Remove obsolete "select CRYPTO_LIB_DES" from Kconfig file
Namjae Jeon <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAKYAXd_wMUVL+4nSVWS5PpC63vxrQzW5eK+om8gHzXE-cu4B1Q@mail.gmail.com> |
On Thu, Aug 20, 2026 at 3:58 PM Thomas Huth <[email protected]> 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 <[email protected]> Applied it to #ksmbd-for-next. Thanks!