summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/.kunitconfig
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2023-06-29 19:50:39 +0200
committerChuck Lever <chuck.lever@oracle.com>2023-08-29 23:45:22 +0200
commit788849b64dff397c7875ea0f68564ff57d1a7515 (patch)
treeee21adedd2e680d616d31f56ad728accec90139f /net/sunrpc/.kunitconfig
parentNFSD: Enable write delegation support (diff)
downloadlinux-788849b64dff397c7875ea0f68564ff57d1a7515.tar.xz
linux-788849b64dff397c7875ea0f68564ff57d1a7515.zip
SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DES
Make it impossible to enable support for the DES or DES3 Kerberos encryption types in SunRPC. These enctypes were deprecated by RFCs 6649 and 8429 because they are known to be insecure. Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'net/sunrpc/.kunitconfig')
-rw-r--r--net/sunrpc/.kunitconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/.kunitconfig b/net/sunrpc/.kunitconfig
index a55a00fa649b..eb02b906c295 100644
--- a/net/sunrpc/.kunitconfig
+++ b/net/sunrpc/.kunitconfig
@@ -23,7 +23,6 @@ CONFIG_NFS_FS=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_RPCSEC_GSS_KRB5=y
-CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_DES=y
CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA1=y
CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y
CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2=y