[Openvpn-devel] For Windows: DHCP Client dependency

2017-04-24 Thread debbie10t
Hi, generally, Openvpn on Windows is dependent on the "Windows DHCP Client service" .. if that Service is not started, is it possible for Openvpn to report a *specific* log message that: _DHCP_ has failed to assign an IP address to TAP Adapter ? thanks ---

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

2017-04-24 Thread Gert Doering
Hi, On Mon, Apr 24, 2017 at 04:39:10PM +0200, David Sommerseth wrote: > This patch have been tested on Scientic Linux 7.3 (RHEL clone) and > FreeBSD 10.3-RELEASE-p11. > > v5 - Remove the right OPENSSL_LIBS and preserve the old one >- In PKG_CHECK_MODULES(), check for openssl instead of libssl

Re: [Openvpn-devel] Is MSVC the only way to build the openVPN app on Windows platform?

2017-04-24 Thread Gert Doering
Hi, On Mon, Apr 24, 2017 at 11:44:37AM -0500, Chong M wrote: > Is MSVC the only way to build the openVPN app on Windows platform? Thanks! Supposedly using Cygwin and mingw also works. The official binaries are installers for windows are built on Ubuntu using a cross-compile environment (mingw).

[Openvpn-devel] Is MSVC the only way to build the openVPN app on Windows platform?

2017-04-24 Thread Chong M
Guys, Is MSVC the only way to build the openVPN app on Windows platform? Thanks! -- Sincerely Chong -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sl

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

2017-04-24 Thread David Sommerseth
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 from the base repository does not provide that file. We

[Openvpn-devel] Open VPN Build Issue - Missing dlls

2017-04-24 Thread Chong M
Hi Guys, I'm new to OpenVPN, I built the app by using MSVC under VS 2010 Command Prompt and it show SUCCESS, but the application is only 604KB, the official EXE is about 2M. I tried to install my build for testing but it throws missing dll errors, pls help for suggestion. Thanks a lot! -- Si

Re: [Openvpn-devel] 2.4 sees all client certificates as expired when using crl-verify

2017-04-24 Thread debbie10t
On 24/04/17 08:58, Samuli Seppänen wrote: > On 23/04/2017 11:02, Steffan Karger wrote: >> >> On 22-04-17 20:24, debbie10t wrote: >>> >>> On 02/01/17 15:39, Steffan Karger wrote: On 02-01-17 16:24, SviMik wrote: > >> On 02-01-17 15:26, Gert Doering wrote: >>> On Mon, Jan 02, 2017

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

2017-04-24 Thread David Sommerseth
On 23/04/17 10:59, Steffan Karger wrote: > Hi, > > The change makes sense, so 'Feature-ACK', but one remark: > > On 20-04-17 16:41, Hristo Venev wrote: >> @@ -191,16 +191,23 @@ extract_x509_field_ssl(X509_NAME *x509, const char >> *field_name, char *out, >> X509_NAME_ENTRY *x509ne = 0; >>

Re: [Openvpn-devel] 2.4 sees all client certificates as expired when using crl-verify

2017-04-24 Thread Samuli Seppänen
On 23/04/2017 11:02, Steffan Karger wrote: > > On 22-04-17 20:24, debbie10t wrote: >> >> On 02/01/17 15:39, Steffan Karger wrote: >>> On 02-01-17 16:24, SviMik wrote: > On 02-01-17 15:26, Gert Doering wrote: >> On Mon, Jan 02, 2017 at 03:17:23PM +0100, Alberto Gonzalez >> Iniesta