]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Allow all GCM ciphers
authorArne Schwabe <arne@rfc2549.org>
Wed, 21 Apr 2021 12:34:15 +0000 (14:34 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 27 Apr 2021 11:29:18 +0000 (13:29 +0200)
commit0f168c9ac6c0be5145b5c19c6e79634edf158262
tree063f43272abc018df47bf9d89c2a64d9ea6882e9
parent26e40c48b89478cb53d6c2733b346e6dbdc7480b
Allow all GCM ciphers

OpenSSL also allows ARIA-GCM and that works well with our implementation
While the handpicked list was needed for earlier OpenSSL versions (and
is still needed for Chacha20-Poly1305), the API nowadays with OpenSSL
1.0.2 and 1.1.x works as expected.

Patch V2: Remove special cases for AES-GCM ciphers.

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