Whamcloud - gitweb
LU-14116 autoconf: check if DES3 enctype is supported 54/40554/3
authorJian Yu <yujian@whamcloud.com>
Fri, 6 Nov 2020 06:31:28 +0000 (22:31 -0800)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 7 Nov 2020 03:05:38 +0000 (03:05 +0000)
commit4fdeb8719841412c5431177ad3225a19949d5d1d
tree4cde26a63f871d932872badb2bb09c531c0766d3
parentbb50c62c6f4cdd7a31145ab81e7c166e0760ed11
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/40554
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/autoconf/kerberos5.m4
lustre/ptlrpc/gss/gss_krb5_mech.c
lustre/utils/gss/context_lucid.c
lustre/utils/gss/context_mit.c