Is there documentation for SSL_CTX_set_default_verify_paths()? It's declared here http://www.openssl.org/docs/ssl/ssl.html but there's no description and no link that I see.
I have an application working on Windows using explicit PEM certificate files: SSL_CTX_load_verify_locations(SslCtx, "myCert.pem", NULL); My interest is in the possibility of using the "built-in" certificate store in Windows. Is that possible with OpenSSL? Is SSL_CTX_set_default_verify_paths() relevant? Is there an overview document somewhere? Thanks much, Charles ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org