Home
last modified time | relevance | path

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

/openssl/apps/
H A Docsp.c219 EVP_MD *cert_id_md = NULL, *rsign_md = NULL; in ocsp_main() local
447 if (cert_id_md == NULL) in ocsp_main()
448 cert_id_md = (EVP_MD *)EVP_sha1(); in ocsp_main()
457 if (cert_id_md == NULL) in ocsp_main()
458 cert_id_md = (EVP_MD *)EVP_sha1(); in ocsp_main()
526 if (!opt_md(opt_unknown(), &cert_id_md)) in ocsp_main()
859 EVP_MD_free(cert_id_md); in ocsp_main()
919 id = OCSP_cert_to_id(cert_id_md, cert, issuer); in add_ocsp_cert()
955 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial()
1066 const EVP_MD *cert_id_md; in make_ocsp_response() local
[all …]

Completed in 11 milliseconds