Searched refs:opt_oldcert (Results 1 – 1 of 1) sorted by relevance
132 static char *opt_oldcert = NULL; variable566 {&opt_oldcert}, {(char **)&opt_revreason},1526 && opt_csr == NULL && opt_oldcert == NULL && opt_cert == NULL in setup_request_ctx()1532 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()1583 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; in setup_request_ctx()1594 if (opt_oldcert == NULL && opt_csr == NULL) { in setup_request_ctx()1598 if (opt_oldcert != NULL && opt_csr != NULL) in setup_request_ctx()1607 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()1739 if (opt_oldcert != NULL) { in setup_request_ctx()1743 X509 *oldcert = load_cert_pwd(opt_oldcert, opt_keypass, in setup_request_ctx()[all …]