Hi, I am hoping to call SSL_CTX_load_verify_locations() in my app an arbitrary amount of times, specifying either CAdir or CApath, or both.

Looking at the source it looks like it should work the way I was hoping it would: namely that a subsequent call to SSL_CTX_load_verify_locations() will NOT overwrite what I may have previously specified in a previous call, but instead just add it to an internal list that OpenSSL will check for me when a connection was made.

I just wanted to make sure I was correct in this assumption.

Thanks!
_Greg


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to