This is a discussion on How to load CA content in context ?? - Openssl ; 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 par= ameter. (CA file is not located in the same machine) Nevertheless, I succeeded having in my server ...
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 par=
ameter.
(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 majordomo@openssl.org