]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Print ec bit details, refuse management-external-key if key is not RSA
authorArne Schwabe <arne@rfc2549.org>
Sun, 23 Jul 2017 16:45:36 +0000 (18:45 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Fri, 11 Aug 2017 19:16:51 +0000 (21:16 +0200)
commitbb23eca847c8edac9c3979b7f35468b74db00459
treebb4834aeb564ac7ddc71e5920bbfa43b5ceaad91
parentc310f1ecba905f091e3a31cb3e6cba5ae75e996b
Print ec bit details, refuse management-external-key if key is not RSA

V2: Print also curve details, add missing ifdef
V3: Goto err instead of using M_FATAL, format fixes, use
    EC_GROUP_get_curve_name + OBJ_nid2sn instead of ECPKParameters_print, add
    compat headers for 1.0.2
V4: Formatting changes and change M_ERR to M_WARN

Acked-by: Steffan Karger <steffan@karger.me>
Message-Id: <1500828336-30314-1-git-send-email-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15124.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
configure.ac
src/openvpn/openssl_compat.h
src/openvpn/ssl_openssl.c