[Openvpn-devel] OpenVPN 2.3.0 Windows installer with OpenSSL 1.0.0e ready for testing

2013-02-14 Thread Samuli Seppänen
Hi all, I rebuilt the OpenVPN 2.3.0 Windows installer using OpenSSL 1.0.0e: OpenSSL 1.0.0e fixes the security hole that was

[Openvpn-devel] RFC - Usefulness of the --tls-remote semantic warning

2013-02-14 Thread David Sommerseth
Hi, This is just a minor issue which has been annoying me a little bit. I've attached a patch which ensures that the --tls-remote semantic warning is only printed once. However, I wonder how useful that warning really is these days. Do we really need that warning? The warning comes from this c

Re: [Openvpn-devel] RFC - Usefulness of the --tls-remote semantic warning

2013-02-14 Thread Samuli Seppänen
I don't think these warnings are all that useful. People who don't have the common sense to read the man-page are probably in trouble anyways. I'd say revert the patch. Samuli > Hi, > > This is just a minor issue which has been annoying me a little bit. > I've attached a patch which ensures that t

Re: [Openvpn-devel] RFC - Usefulness of the --tls-remote semantic warning

2013-02-14 Thread Arne Schwabe
Am 14.02.13 11:52, schrieb David Sommerseth: > Hi, > > This is just a minor issue which has been annoying me a little bit. > I've attached a patch which ensures that the --tls-remote semantic > warning is only printed once. > > However, I wonder how useful that warning really is these days. Do > w

[Openvpn-devel] WIndows NSI installer generating help files dynamically

2013-02-14 Thread Samuli Seppänen
Hi, Two of the Windows help files are generated dynamically from within openvpn-build/windows-nsis/openvpn.nsi: FileOpen $R0 "$INSTDIR\config\README.txt" w FileWrite $R0 "This directory should contain ${PACKAGE_NAME} configuration files$\r$\n" FileWrite $R0 "each having an extension o