On Mon, 17 Oct 2005, Zhuang Yuyao wrote:
> line 914 in ssl.c should be changed from
>
> if (options->ca_file)
>
> to
>
> if (options->ca_file || options->ca_path)
Ah, thanks -- I've patched that in beta4.
James
line 914 in ssl.c should be changed from
if (options->ca_file)
to
if (options->ca_file || options->ca_path)
James Yonan wrote:
Download:
Download:
http://openvpn.net/beta/
Change Log since branch from 2.0.2:
2005.10.16 -- Version 2.1-beta3
* Added PKCS#11 support (Alon Bar-Lev).
* Enable the use of --ca together with --pkcs12. If --ca is
used at the same time as --pkcs12, the CA certificate is loaded
from the file specified