Searched refs:rca_cert (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 231 STACK_OF(X509) *rca_cert = NULL; in ocsp_main() 596 if (!load_certs(rca_filename, 0, &rca_cert, NULL, "CA certificates")) in ocsp_main() 614 && (rkey == NULL || rsigner == NULL || rca_cert == NULL)) { in ocsp_main() 724 make_ocsp_response(bio_err, &resp, req, rdb, rca_cert, rsigner, rkey, in ocsp_main() 863 sk_X509_pop_free(rca_cert, X509_free); in ocsp_main()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 231 STACK_OF(X509) *rca_cert = NULL; in ocsp_main() 596 if (!load_certs(rca_filename, 0, &rca_cert, NULL, "CA certificates")) in ocsp_main() 614 && (rkey == NULL || rsigner == NULL || rca_cert == NULL)) { in ocsp_main() 724 make_ocsp_response(bio_err, &resp, req, rdb, rca_cert, rsigner, rkey, in ocsp_main() 863 sk_X509_pop_free(rca_cert, X509_free); in ocsp_main()
|
Completed in 4 milliseconds