Re: [Openvpn-devel] [PATCH] check crl issuer

2004-09-29 Thread James Yonan
Bernhard, Thanks for the patch -- that's a good observation, and I plan to include the patch in beta12. James On Wed, 29 Sep 2004, Bernhard Weisshuhn wrote: > Hi, > > I just submitted the following on sourceforge, but since I'm not sure if > it gets read frequently, here it is again: > > The

Re: [Openvpn-devel] Win 32 Install script bug openvpn.nsi

2004-09-29 Thread James Yonan
On Wed, 29 Sep 2004, Remco Boom wrote: > Hello all > > In the file openvpn.nsi.in version 1.2.2.9, This is the most recent file > in CVS > http://cvs.sourceforge.net/viewcvs.py/openvpn/openvpn/install-win32/openvpn.nsi.in?rev=1.2.2.9&view=markup > I found a bug, When you reinstall the same vers

[Openvpn-devel] [PATCH] check crl issuer

2004-09-29 Thread Bernhard Weisshuhn
Hi, I just submitted the following on sourceforge, but since I'm not sure if it gets read frequently, here it is again: The option crl-verify can bite you, if you use more than one CA to issue certificates (like we do: Server-CA for gateways, User-CA for workstations), since it only checks the se

[Openvpn-devel] Win 32 Install script bug openvpn.nsi

2004-09-29 Thread Remco Boom
Hello all In the file openvpn.nsi.in version 1.2.2.9, This is the most recent file in CVS http://cvs.sourceforge.net/viewcvs.py/openvpn/openvpn/install-win32/openvpn.nsi.in?rev=1.2.2.9&view=markup I found a bug, When you reinstall the same version openvpn the old tap driver isn't removed and

[Openvpn-devel] PATCH WIN32: wrapper tcp patch

2004-09-29 Thread Didier Conchaudron
Hi list, Few weeks ago I've announced on users list that I will publish a patch aiming at adding a tcp server in the wrapper. That's now done. I'm not familiar with patch making with diff and my modifications only apply on the service-win32 directory in the openvpn source code. What have be