]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix bug that incorrectly refuses oid representation eku's in polar builds
authorSteffan Karger <steffan.karger@fox-it.com>
Fri, 25 Apr 2014 08:41:17 +0000 (10:41 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 24 Jun 2014 19:41:56 +0000 (21:41 +0200)
commite238b806f5f3843b80d5b1b2b269679210faa7f6
treef2710de734fa0ecd44e175dabb77b04737d89e34
parentd0483476d047b4afc671e205bdfdb5b7f56ce48c
Fix bug that incorrectly refuses oid representation eku's in polar builds

The return value of x509_get_numeric_string() was interpreted incorrectly
by ssl_verify_polarssl.c's x509_verify_cert_eku(). This patch enables the
usage of oid represenation in --remote-cert-eku options.

Signed-off-by: Steffan Karger <steffan.karger@fox-it.com>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
Message-Id: <1398415277-6880-1-git-send-email-steffan.karger@fox-it.com>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8627
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_verify_polarssl.c