]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add warning for the --show-groups command that some groups are missing
authorArne Schwabe <arne@rfc2549.org>
Mon, 9 Oct 2023 10:57:14 +0000 (12:57 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 13 Oct 2023 20:16:39 +0000 (22:16 +0200)
commita840d5099a7d1a5ceb752c481fc345f6385719df
treec3f80762b1ee8c6221a8b44cdd0e830076b3c931
parent392da5bdaaa94ca7e3e32f16084b47fc20b2c22d
Add warning for the --show-groups command that some groups are missing

OpenSSL has a weird way of only reporting EC curves that are implemented
in a certain way in the list of all EC curves. Note this fact and point
out that also the very important curves X448 and X25519 are affected.

Change-Id: I86641bf60d62a50e9b2719e809d2429d65c00097
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20231009105714.34598-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27193.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_openssl.c