]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Use EVP_CTRL_AEAD_* instead EVP_CTRL_GCM_*
authorArne Schwabe <arne@rfc2549.org>
Tue, 6 Apr 2021 16:25:17 +0000 (18:25 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 7 Apr 2021 12:49:11 +0000 (14:49 +0200)
commit3fbeeda5cd3cbd0cbb4c039b469685e2a6254daf
tree45b6890b714111dc2e0f8d4e43ccd2b6eae4c25c
parent8af7c6b2d79b63ef5587ef1bc4ec81834905698e
Use EVP_CTRL_AEAD_* instead EVP_CTRL_GCM_*

Use the modern names instead of the old GCM specific ones. AEAD instead
GCM makes especially sense when using Chacha20-Poly1305.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20210406162518.4075-4-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22050.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_openssl.c
src/openvpn/openssl_compat.h