I created a CA file that is a simple Linux cat of two certificates.
The file path and name of caFile = "/etc/myClientCAs".

Then I execute SSL_load_client_CA_file(caFile);
If I look at the STACK_OF(X509_NAME) that gets returned from this call, I
believe it resolves to struct_st. so, if I look at the struct_st->num (which
I assume should be the number of certificates it found), it says 1 instead
of 2.

Is there any special requirements to the file being passed in to the
SSL_load_client_CA_file() call? Or can it be a simple concatination of two
base64 PEM certificates in order for this call to recognize that there are
two certificates in this file?

-- 
View this message in context: 
http://old.nabble.com/Question-about-SSL_load_client_CA_file%28%29-tp28625931p28625931.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to