Re: [Openvpn-devel] a replacement for --tls-remote and verify-cn

2003-10-27 Thread Teemu Kiviniemi
Mon, 27-10-2003 at 22:49, James Yonan wrote: > One thing that would help me to merge it more easily, is if you could recode > against the current CVS which has advanced since beta12 and includes the Hi, I rewrote the patch against the EXP15 branch in CVS. I tested it briefly and it worked just

Re: [Openvpn-devel] a replacement for --tls-remote and verify-cn

2003-10-27 Thread James Yonan
Teemu Kiviniemi said: > Hi, > > I ran into problems in using --tls-verify to verify the remote host with > --chroot enabled. --tls-verify runs the verify script with system() > command, so it assumes that /bin/sh is available. Usually, in a chroot > environment, that's not true.

[Openvpn-devel] a replacement for --tls-remote and verify-cn

2003-10-27 Thread Teemu Kiviniemi
Hi, I ran into problems in using --tls-verify to verify the remote host with --chroot enabled. --tls-verify runs the verify script with system() command, so it assumes that /bin/sh is available. Usually, in a chroot environment, that's not true. I implemented a new config option: --tls-remote