Re: [Openvpn-devel] compiling with visual studio

2013-01-17 Thread Athanasios Douitsis
17 Ιαν 2013, 4:01 μ.μ., ο/η Samuli Seppänen έγραψε: > Hi Athanasios, > >> Right, so this is because c99 and VS don't mix. Thanks very much Gert. >> >> To explain why I'm trying to do this: Our institution uses OpenVPN to >> provide remote access (e.g. access to electronic

Re: [Openvpn-devel] [PATCH] Fix --show-pkcs11-ids

2013-01-17 Thread Gert Doering
Hi, On Wed, Jan 16, 2013 at 05:11:08PM -0500, Mike Tancsa wrote: > I have been following the steps to build OpenVPN from the sources and > was scratching my head as to why the prebuilt binary would work, but my > build from the sources would bork on --show-pkcs11-ids ?!?! Searching >

[Openvpn-devel] path name checking in 2.3.0 and chroot...

2013-01-17 Thread Gert Doering
Hi, seems we have the first bug in 2.3.0 - or better "unintended side effects". From a G+ thread today: "Felix J. Ogris Did you change the logic behind chroot and client-config-dir? client-config-dir used to be a relative path inside chroot. With 2.3, openvpn seems to check whether ccd exists

Re: [Openvpn-devel] compiling with visual studio

2013-01-17 Thread Samuli Seppänen
Hi Athanasios, > Right, so this is because c99 and VS don't mix. Thanks very much Gert. > > To explain why I'm trying to do this: Our institution uses OpenVPN to > provide remote access (e.g. access to electronic libraries, etc) to > its users. So we used to build openvpn and package it very very

Re: [Openvpn-devel] nsi file for 2.3

2013-01-17 Thread Samuli Seppänen
> Hi, > > Is https://github.com/OpenVPN/openvpn-build/tree/master/windows-nsis > the correct and up-to-date nsis configuration that was used to > assemble the "official" 2.3 windows install package ? If not, could > someone please point me to the right repo? > > Best regards, > -- > Athanasios

Re: [Openvpn-devel] compiling with visual studio

2013-01-17 Thread Athanasios Douitsis
On Thu, Jan 17, 2013 at 2:19 AM, Matthias Andree wrote: > Am 16.01.2013 11:11, schrieb Gert Doering: > > Hi, > > > > On Tue, Jan 15, 2013 at 09:03:07PM +0200, Athanasios Douitsis wrote: > >> Trying to compile 2.3 with visual studio 2010. I am getting the > following > >>

[Openvpn-devel] PolarSSL 1.2 support for OpenVPN 2.3

2013-01-17 Thread steffan.karger
Hi, >From PolarSSL 1.1 to 1.2 the cipher names have changed and the API changed a >bit. This causes the 2.3 release of OpenVPN to be in- compatible with PolarSSL >1.2. We've prepared three patches to add support for PolarSSL 1.2 to OpenVPN 2.3. The first two patches just improve error

[Openvpn-devel] [PATCH 1/3] Improve PolarSSL key_state_read_{cipher, plain}text messages

2013-01-17 Thread steffan.karger
From: Steffan Karger Instead of logging the fact that an error occured, log the error string or (if the PolarSSL build does not include this feature) the error code. Signed-off-by: Joachim Schipper --- src/openvpn/ssl_polarssl.c | 20

[Openvpn-devel] [PATCH 2/3] Improve verify_callback messages

2013-01-17 Thread steffan.karger
From: Steffan Karger Print the *flags argument, which - for PolarSSL-1.2 - contains the reasons that the certificate failed (pre-)verification. Signed-off-by: Joachim Schipper --- src/openvpn/ssl_verify_polarssl.c |6 +++--- 1 file

[Openvpn-devel] [PATCH 3/3] PolarSSL-1.2 support

2013-01-17 Thread steffan.karger
From: Steffan Karger Add support for PolarSSL-1.2, which has changed the API in several places. This is a minimal port: PolarSSL-1.2 works as well as PolarSSL-1.1, but the new features have not been enabled. Blacklist PolarSSL-1.[0-2] for bugs when verifying

[Openvpn-devel] OpenVPN client released for iOS

2013-01-17 Thread James Yonan
Just wanted to let everyone know that the OpenVPN Connect client for iOS has just been released and is now available in the app store. This is an official Apple-sanctioned OpenVPN client developed by OpenVPN Technologies in collaboration with Apple. The client is based on the new C++ OpenVPN

Re: [Openvpn-devel] compiling with visual studio

2013-01-17 Thread Matthias Andree
Am 16.01.2013 11:11, schrieb Gert Doering: > Hi, > > On Tue, Jan 15, 2013 at 09:03:07PM +0200, Athanasios Douitsis wrote: >> Trying to compile 2.3 with visual studio 2010. I am getting the following >> error: >> >> init.c(186): error C2143: syntax error : missing ';' before 'type' >>