On 9/22/07, Faidon Liambotis <parav...@debian.org> wrote: > Hello, > Below you will find a revised version of a patch that I sent almost 9 > months before. > > It allows OpenVPN to verify certificates agains the Windows Certificate Store. > > Changed since v2: > * Replace the global variable by a TLS options variable > * Added relevant man page entry > * Minor bugfixes (more #ifdef WIN32 to guard the variable declaration, > spelling error etc.) > * diff against 2.1-rc4 instead of rc1
Why not use SSL_CTX_add_client_CA and add all CAPI root store into OpenSSL context? Alon.