I need to load a client CA file, who is generated by openssl x509 command with "-trustout" parameter, and starts with "----BEGIN TRUSTED CERTIFICATE-----", rather than common "-----BEGIN CERTIFICATE-----".
Currently I use openssl's API "SSL_load_client_CA_file()" to load the cert and get this error: PEM routines:PEM_read_bio:no start line:Expecting CERTIFICATE. So how can I load a Trusted CA? Thanks very much. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org