Whamcloud - gitweb
LU-15896 gss: support OpenSSLv3
authorSebastien Buisson <sbuisson@ddn.com>
Mon, 13 Jun 2022 12:41:11 +0000 (14:41 +0200)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 18 Aug 2022 06:47:32 +0000 (06:47 +0000)
commit504654899c90483ddd62d85b0eecf15bf6b12140
tree383d820390bc40ea27336ee9a2196d00b130c460
parent55bc4d0f1b5cff10402f85961866466804bb5c1a
LU-15896 gss: support OpenSSLv3

Lustre GSS code makes use of some OpenSSL API that has been
deprecated in v3, namely all the functions in the DH_* family.
So replace them with their EVP_PKEY_* counterparts if Lustre is
built on a system with OpenSSLv3.

Lustre-change: https://review.whamcloud.com/47717
Lustre-commit: 615691a531a80b75c4dd054dbb86d0bdbf4cf808

Fixes: ee60c14360 ("LU-15896 gss: ignore OpenSSLv3 deprecated API")
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I78a4ca18b25aca3c34fe84e41413a33caddc01b6
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/48185
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/autoconf/lustre-core.m4
lustre/utils/gss/lgss_sk.c
lustre/utils/gss/lgss_sk_utils.c
lustre/utils/gss/sk_utils.c
lustre/utils/gss/sk_utils.h
lustre/utils/gss/svcgssd_main_loop.c
lustre/utils/gss/svcgssd_proc.c