Home
last modified time | relevance | path

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

/openssl/apps/
H A Dca.c1404 X509 *template_cert = NULL; in certify_cert() local
1409 if ((template_cert = load_cert_pass(infile, certformat, 1, passin, in certify_cert()
1413 X509_print(bio_err, template_cert); in certify_cert()
1417 if ((pktmp = X509_get0_pubkey(template_cert)) == NULL) { in certify_cert()
1421 i = do_X509_verify(template_cert, pktmp, vfyopts); in certify_cert()
1435 if ((rreq = X509_to_X509_REQ(template_cert, NULL, NULL)) == NULL) in certify_cert()
1445 X509_free(template_cert); in certify_cert()

Completed in 10 milliseconds