Hi all,
I store all accepted CA-certificates of peer certificates in one file
and use SSL_CTX_load_verify_locations to load the certificate into my
SSL_CTX. Mostly out of curiosity, how is the path argument intended to
be used? I'm only able to load the certificates if I specify the
absolute path in the CAfile argument (or store the file with the CA
certs in the current directory).
SSL_CTX_load_verify_locations returns true regardless of whether any
certs were loaded. How can I determine the result of
SSL_CTX_load_verify_locations().
I also want to access the loaded certs. They seem to be stored in the
X509_STORE* cert_store variable of the SSL_CTX. How do I get hold of the
X509 structs?
--
Roger
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]