Whamcloud - gitweb
LU-15896 gss: support OpenSSLv3 17/47717/11
authorSebastien Buisson <sbuisson@ddn.com>
Mon, 13 Jun 2022 12:41:11 +0000 (14:41 +0200)
committerOleg Drokin <green@whamcloud.com>
Mon, 8 Aug 2022 19:53:41 +0000 (19:53 +0000)
commit615691a531a80b75c4dd054dbb86d0bdbf4cf808
tree249657247f6e3c02613a69af6064120bcff24b28
parentd4ef65c41c3b1bd88f3e9be8b523175417a410ca
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.

Fixes: ee60c14360 ("LU-15896 gss: ignore OpenSSLv3 deprecated API")
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I78a4ca18b25aca3c34fe84e41413a33caddc01b6
Reviewed-on: https://review.whamcloud.com/47717
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@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