]> git.ipfire.org Git - thirdparty/strongswan.git/commit
openssl: Fixes for DH with OpenSSL 3.0
authorTobias Brunner <tobias@strongswan.org>
Fri, 25 Feb 2022 16:05:24 +0000 (17:05 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2022 17:05:44 +0000 (19:05 +0200)
commit36cf74f5d92cc0d1da0bfeebb32a759bc149e9ae
tree21449f6f30e19f7e0466a483a79583640a4e988f
parentf5710c9ccb617c356b2cb4c938f4ffd3146f944a
openssl: Fixes for DH with OpenSSL 3.0

While we could assign the DH object to a EVP_PKEY object, this won't work
with BoringSSL as it doesn't seem to support EVP_PKEY_derive() for DH.
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
src/libstrongswan/plugins/openssl/openssl_util.c