]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implement optional cipher in --data-ciphers prefixed with ?
authorArne Schwabe <arne@rfc2549.org>
Wed, 1 Dec 2021 18:07:19 +0000 (19:07 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 5 Dec 2021 16:51:23 +0000 (17:51 +0100)
commit766044507497c41f0319159c37992788ecb681e6
treeffa6a59009dad8092b1c835d984ed2934d9f5987
parentb939fdcfb669bdd57b33e70fd2a2718fcfa626c9
Implement optional cipher in --data-ciphers prefixed with ?

This allows to use the same configuration multiple platforms/ssl libraries
and include optional algorithms that are not available on all platforms

For example "AES-256-GCM:AES-128-GCM:?CHACHA20-POLY1305" can be used to
emulate the default behaviour of OpenVPN 2.6.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20211201180727.2496903-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23279.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Changes.rst
doc/man-sections/protocol-options.rst
src/openvpn/ssl_ncp.c
tests/unit_tests/openvpn/test_ncp.c