OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:template_cert
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
1443
X509 *
template_cert
= NULL;
local
1448
if ((
template_cert
= load_cert_pass(infile, certformat, 1, passin,
1453
X509_print(bio_err,
template_cert
);
1457
if ((pktmp = X509_get0_pubkey(
template_cert
)) == NULL) {
1461
i = do_X509_verify(
template_cert
, pktmp, vfyopts);
1475
if ((rreq = X509_to_X509_REQ(
template_cert
, NULL, NULL)) == NULL)
1485
X509_free(
template_cert
);
/src/crypto/external/bsd/openssl/dist/apps/
ca.c
1447
X509 *
template_cert
= NULL;
local
1452
if ((
template_cert
= load_cert_pass(infile, certformat, 1, passin,
1456
X509_print(bio_err,
template_cert
);
1460
if ((pktmp = X509_get0_pubkey(
template_cert
)) == NULL) {
1464
i = do_X509_verify(
template_cert
, pktmp, vfyopts);
1478
if ((rreq = X509_to_X509_REQ(
template_cert
, NULL, NULL)) == NULL)
1488
X509_free(
template_cert
);
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026