Home | History | Annotate | Download | only in ssl

Lines Matching full:cert_store

1690 	ret->cert_store=NULL;
1741 ret->cert_store=X509_STORE_new();
1742 if (ret->cert_store == NULL) goto err;
1915 if (a->cert_store != NULL)
1916 X509_STORE_free(a->cert_store);
2935 return(X509_STORE_set_default_paths(ctx->cert_store));
2941 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath));
3014 return(ctx->cert_store);
3019 if (ctx->cert_store != NULL)
3020 X509_STORE_free(ctx->cert_store);
3021 ctx->cert_store=store;