Home
last modified time | relevance | path

Searched refs:rca_cert (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/openssl/
Docsp.c802 X509 *rca_cert = NULL; in ocsp_main() local
880 rca_cert = load_cert(bio_err, cfg.rca_filename, in ocsp_main()
960 if (cfg.ridx_filename && (!rkey || !rsigner || !rca_cert)) { in ocsp_main()
973 i = make_ocsp_response(&resp, cfg.req, rdb, rca_cert, in ocsp_main()
1100 X509_free(rca_cert); in ocsp_main()