]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove custom TLS 1.0 PRF implementation only used by LibreSSL/wolfSSL
authorArne Schwabe <arne@rfc2549.org>
Wed, 15 May 2024 10:01:15 +0000 (12:01 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 15 May 2024 11:10:49 +0000 (13:10 +0200)
commit763b35f652b1913ddd01e6c548b3e6a57076ba42
treeebea725ca9521dd8f9a881a835c355e3f1f909c7
parent51f80db910eb48e720ce106b5b9b5ec96d8e0e23
Remove custom TLS 1.0 PRF implementation only used by LibreSSL/wolfSSL

After the removal of the OpenSSL 1.0.2 support, LibreSSL/wolfSSL are the
only libraries that still needs the custom implementation.

Since our LibreSSL/wolfSSL support is always best effort, we can afford to
limit LibreSSL support in this way. If they want to support this, they
should expose the functionality as well.

Change-Id: I5bfa3630ad4dff2807705658bc877c4a429a39ce
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20240515100115.11056-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28672.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_openssl.c
tests/unit_tests/openvpn/test_crypto.c