Whamcloud - gitweb
LU-14116 autoconf: check if DES3 enctype is supported 60/40560/2
authorJian Yu <yujian@whamcloud.com>
Fri, 6 Nov 2020 09:31:27 +0000 (01:31 -0800)
committerOleg Drokin <green@whamcloud.com>
Fri, 13 Nov 2020 17:55:50 +0000 (17:55 +0000)
commit7eee495da0d61bd0a861affa3bd499e6155f6535
tree6853415c4c861dc720a333ad245958ab4b8ebcc9
parent6655fbfbf3169a5670666544a2688f8c0ba39a5a
LU-14116 autoconf: check if DES3 enctype is supported

krb5 releases 1.18 and later completely remove support for
all DES3 enctypes (des3-cbc-raw, des3-hmac-sha1, des3-cbc-sha1-kd).

This patch adds HAVE_DES3_SUPPORT to check if DES3 enctype
is supported.

Change-Id: Ibb51ec7961e8c775ea92dec6119f4de01e2d9b1d
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/40560
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
lustre/autoconf/kerberos5.m4
lustre/ptlrpc/gss/gss_krb5_mech.c
lustre/utils/gss/context_lucid.c
lustre/utils/gss/context_mit.c