Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Carsten Krüger
Hello Alon, > Oh... Building OpenVPN for Windows is very difficult task now... > I am working to simplify that... building pkcs11-helper with openssl support didn't work for me with mingw. the openssl symlinks don't work. A server that produces nightly builds would be nice ... -

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Alon Bar-Lev
On Jan 27, 2008 8:57 PM, Dave wrote: > OK, I can report success on windows. Thanks! This is important!

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Dave
> Behalf Of Alon Bar-Lev > On Jan 27, 2008 7:04 PM, Dave wrote: > > > Can you explain the new options, or point me to where they are > > explained so I can reconfigure? > > There is a single ID now for PKCS#11 certificate, sync to all > projects OpenVPN, OpensSSH, QCA, eCryptfs etc... You use

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Alon Bar-Lev
On Jan 27, 2008 7:22 PM, Mirek Zajic wrote: > Where can I find PKCS#11 Windows binaries? If you mean OpenVPN binaries, > it is because I want to fix my NTLMv2 patch. Oh... Building OpenVPN for Windows is very difficult task now... I am working to simplify that... Alon.

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Alon Bar-Lev
On Jan 27, 2008 7:04 PM, Dave wrote: > Can you explain the new options, or point me to where they are explained so > I can reconfigure? There is a single ID now for PKCS#11 certificate, sync to all projects OpenVPN, OpensSSH, QCA, eCryptfs etc... You use pkcs11-id 'id' (mind the single quote). Y

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Mirek Zajic
Where can I find PKCS#11 Windows binaries? If you mean OpenVPN binaries, it is because I want to fix my NTLMv2 patch. Alon Bar-Lev napsal(a): On 1/27/08, Mirek Zajic wrote: I was trying to compile PKCS#11 for about three hours and I didn't succeed. I rather compiled OpenVPN without PKCS#11

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Dave
I would, but I cannot figure out how to map the old options to the current options. Previously, I used: #basic token selection pkcs11-providers bt_csp11.dll pkcs11-slot-type "label" pkcs11-slot "DavidLemley" pkcs11-sign-mode sign #select token keyset pkcs11-id-type label pkcs11-id "david_lemle

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Alon Bar-Lev
On 1/27/08, Mirek Zajic wrote: > I was trying to compile PKCS#11 for about three hours and I didn't > succeed. I rather compiled OpenVPN without PKCS#11 support. Maybe that > some scripts (.bat) would help because foolish Windows users (like me) > are used to compile programs just by clicking "Com

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Mirek Zajic
I was trying to compile PKCS#11 for about three hours and I didn't succeed. I rather compiled OpenVPN without PKCS#11 support. Maybe that some scripts (.bat) would help because foolish Windows users (like me) are used to compile programs just by clicking "Compile". Playing with commandline, edi

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-26 Thread Alon Bar-Lev
Can anyone who uses PKCS#11 on Windows can acknowledge it works? Thanks! On 1/24/08, Alon Bar-Lev wrote: > All PKCS#11 users, please notice, > There was a major change in the parameters of PKCS#11, please refer to > the HOWTO: > http://openvpn.net/howto.html#pkcs11 > > Regards, > Alon Bar-Lev.

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-25 Thread Matthias Andree
On Thu, 24 Jan 2008, James Yonan wrote: > 2.1-rc5 has a minor pkcs11 option processing bug. I've built 2.1-rc6 with > the fix. > > Download: > > http://openvpn.net/beta/ I've submitted port updates to -rc6 for FreeBSD, to appear once a committer finds the time to go forward.

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-24 Thread James Yonan
Carsten Krüger wrote: Hello James, Use ./domake-win to build OpenVPN on Windows (see comments as well in That file didn't exist in rc5, I found it in rc4. The domake script exists in the subversion repository: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn how

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-24 Thread James Yonan
2.1-rc5 has a minor pkcs11 option processing bug. I've built 2.1-rc6 with the fix. Download: http://openvpn.net/beta/ James James Yonan wrote: OpenVPN 2.1-rc5 is available, please test. I would especially like feedback on the Windows TAP driver. We've made some portability changes recent

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-23 Thread Carsten Krüger
Hello James, > Use ./domake-win to build OpenVPN on Windows (see comments as well in That file didn't exist in rc5, I found it in rc4. greetings Carsten

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-23 Thread James Yonan
Carsten Krüger wrote: I try to setup a toolchain for windows. I build lzo-2.0.2 and openssl-0.9.7m (patched) OPENSSL_DIR=~/openssl-0.9.7m export OPENSSL_DIR building openvpn didn't work (maybe it's only to late and I didn't see an obvious thing) Carsten@CONROE ~/openvpn-2.1_rc5 $ make -

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-23 Thread Carsten Krüger
> I try to setup a toolchain for windows. I build lzo-2.0.2 and openssl-0.9.7m (patched) OPENSSL_DIR=~/openssl-0.9.7m export OPENSSL_DIR building openvpn didn't work (maybe it's only to late and I didn't see an obvious thing) Carsten@CONROE ~/openvpn-2.1_rc5 $ make -f makefile.w32 gcc -g -O2 -W

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-23 Thread Carsten Krüger
Hello Alon, > True! > Found it! > Patch attached. Please recompile for windows I try to setup a toolchain for windows. greetings Carsten

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-23 Thread Alon Bar-Lev
All PKCS#11 users, please notice, There was a major change in the parameters of PKCS#11, please refer to the HOWTO: http://openvpn.net/howto.html#pkcs11 Regards, Alon Bar-Lev. On 1/23/08, James Yonan wrote: > OpenVPN 2.1-rc5 is available, please test. I would especially like > feedback on the W