Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c142 char *signfile; member
639 .opt.arg = &ocsp_config.signfile,
860 (ocsp_config.signfile || ocsp_config.reqout || ocsp_config.host || in ocsp_main()
869 if (ocsp_config.signfile) { in ocsp_main()
871 ocsp_config.keyfile = ocsp_config.signfile; in ocsp_main()
872 signer = load_cert(bio_err, ocsp_config.signfile, FORMAT_PEM, in ocsp_main()