]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Translate OpenSSL 3.0 digest names to OpenSSL 1.1 digest names
authorArne Schwabe <arne@rfc2549.org>
Mon, 23 May 2022 10:35:46 +0000 (12:35 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 23 May 2022 13:41:22 +0000 (15:41 +0200)
commit88342ed8277c579704c0e67feb4278aeaa544027
tree0c851ee57974c71a37c9aea66eaac3ec4946da3b
parentc0323aa63d638ee72eb73fcf2a6983b568f952f9
Translate OpenSSL 3.0 digest names to OpenSSL 1.1 digest names

Since we used the OpenSSL <=1.1 names as part of our OCC message, they
are now unfortunately part of our wire protocol.

OpenSSL 3.0 will still accept the "old" names so we do not need to use
this translation table for forward lookup, only for returning the name
with md_kt_name()

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <20220523103546.3425388-2-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24423.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_openssl.c