I try to build a SSL server which performs client authentication.
But I cannot use SSL_CTX_load_verify_locations which has a CA file as parameter.
(CA file is not located in the same machine)
Nevertheless, I succeeded having in my server the content of CA file in a buffer
through API like PEM_read_bio_X509 and i2d_X509, d2i_x509...

I am looking for a SSl API that loads the CA content in the SSL Context.
Can someone help me?

Thanks,

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

Reply via email to