[Openvpn-devel] [PATCH] Fix extract_x509_field_ssl for external objects

2017-04-20 Thread Hristo Venev
Only fields known to OpenSSL have a NID. OBJ_txt2obj allows specifying a numeric OID. Signed-off-by: Hristo Venev --- src/openvpn/ssl_verify_openssl.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/openvpn/ssl_verify_openssl.c b/src/openvpn/ssl_verify_openssl

Re: [Openvpn-devel] [PATCH v3] Fix broken ./configure on systems without openssl.pc

2017-04-20 Thread Steffan Karger
Hi, On 18-04-17 01:28, David Sommerseth wrote: > Commit 039a89c331e9b799 changed the OpenSSL check slightly, but that > broke ./configure on systems which do not install the openssl.pc > pkg-config support file. This is typically an issue on most of the BSD > platforms, where the OpenSSL package