> > when i use X509_STORE_load_locations,CA cert must in PEM format.if my cert > is in > > DER format,what can i do?
As far as I remember:
load it into memory ad then
X509_STORE_add_cert(ctx->cert_store,cert);
where ctx is your ssl context as for X509_STORE_load_locations
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
