i got CA cert in header file declarated like this
static const unsigned char s_pbCaCertificate[] = {
0x30, 0x82, 0x03, 0x98, 0x30, 0x82, 0x03, 0x01, .......};
try d2i_X509
how can i load it to X509Store? i guess i should use BIO?
look how it's done in, for example, apps/verify.c
Nils
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
