X509_STORE_load_mem
int X509_STORE_load_mem(X509_STORE *ctx, void *buf, int len);
return (X509_STORE_load_mem(ctx->cert_store, buf, len));