Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H A Dca.c1447 X509 *template_cert = NULL; in certify_cert() local
1452 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()
/third_party/openssl/apps/
H A Dca.c1427 X509 *template_cert = NULL; in certify_cert() local
1432 if ((template_cert = load_cert_pass(infile, certformat, 1, passin, in certify_cert()
1436 X509_print(bio_err, template_cert); in certify_cert()
1440 if ((pktmp = X509_get0_pubkey(template_cert)) == NULL) { in certify_cert()
1444 i = do_X509_verify(template_cert, pktmp, vfyopts); in certify_cert()
1458 if ((rreq = X509_to_X509_REQ(template_cert, NULL, NULL)) == NULL) in certify_cert()
1468 X509_free(template_cert); in certify_cert()

Completed in 7 milliseconds