Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c144 static char *opt_oldcert = NULL; variable
642 {&opt_oldcert}, {&opt_issuer}, {&opt_serial}, {(char **)&opt_revreason},
1668 && opt_csr == NULL && opt_oldcert == NULL && opt_cert == NULL in setup_request_ctx()
1739 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; in setup_request_ctx()
1751 if (opt_oldcert == NULL && opt_csr == NULL) { in setup_request_ctx()
1755 if (opt_oldcert != NULL && opt_csr != NULL) in setup_request_ctx()
1763 if (opt_oldcert != NULL) in setup_request_ctx()
1795 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()
1935 if (opt_oldcert != NULL) { in setup_request_ctx()
1939 if (!setup_cert(ctx, opt_oldcert, opt_keypass, in setup_request_ctx()
[all …]

Completed in 22 milliseconds