Whamcloud - gitweb
LU-15896 gss: support OpenSSLv3 84/48184/2
authorSebastien Buisson <sbuisson@ddn.com>
Mon, 13 Jun 2022 12:41:11 +0000 (14:41 +0200)
committerOleg Drokin <green@whamcloud.com>
Sat, 20 Aug 2022 16:14:29 +0000 (16:14 +0000)
commit8843418a5e8acd86d112327862524ff6f900c3fa
tree5018ce60428734446138d5d16c6c72598446d9e6
parentfaaef74f63353e1b6ca11dac079c10576ae8b6f3
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-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/48184
Tested-by: jenkins <devops@whamcloud.com>
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