Searched refs:template_cert (Results 1 – 1 of 1) sorted by relevance
1447 X509 *template_cert = NULL; in certify_cert() local1452 if ((template_cert = load_cert_pass(infile, certformat, 1, passin, in certify_cert()1456 X509_print(bio_err, template_cert); in certify_cert()1460 if ((pktmp = X509_get0_pubkey(template_cert)) == NULL) { in certify_cert()1464 i = do_X509_verify(template_cert, pktmp, vfyopts); in certify_cert()1478 if ((rreq = X509_to_X509_REQ(template_cert, NULL, NULL)) == NULL) in certify_cert()1488 X509_free(template_cert); in certify_cert()