]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove openssl engine method for loading the key
authorArne Schwabe <arne@rfc2549.org>
Fri, 6 Oct 2023 11:19:10 +0000 (13:19 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 18 Oct 2023 13:24:10 +0000 (15:24 +0200)
commite7427bcbb9b16b52d81c65b01d440a8ecd1e6ea7
tree002a8b06eede0b6e493d69d209fd30324d136594
parent613f4a7c9fda4dd6f0063caefab6c03d4a628667
Remove openssl engine method for loading the key

This is a contribution for loading engine key. OpenSSL engine is
deprecated since OpenSSL 3.0 and James Bottomley has not agreed to
the proposed license chagne. He is also okay with removing the
feature from the current code base as it is obsolete with OpenSSL 3.0.

The original commit ID was a0a8d801dd0d84e0ec844b9ca4c225df7 (plus
subsequent fixes).

Change-Id: I2d353a0cea0a62f289b8c1060244df66dd7a14cb
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20231006111910.3541180-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27133.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.gitignore
configure.ac
src/openvpn/crypto_openssl.c
src/openvpn/crypto_openssl.h
src/openvpn/ssl_openssl.c
tests/unit_tests/Makefile.am
tests/unit_tests/engine-key/Makefile.am [deleted file]
tests/unit_tests/engine-key/check_engine_keys.sh [deleted file]
tests/unit_tests/engine-key/libtestengine.c [deleted file]
tests/unit_tests/engine-key/openssl.cnf.in [deleted file]