Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c96 static char *opt_cert = NULL; variable
582 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass},
1401 if (opt_ref == NULL && opt_cert == NULL && opt_subject == NULL) { in setup_protection_ctx()
1406 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()
1423 if (opt_cert != NULL || opt_key != NULL) in setup_protection_ctx()
1444 if (opt_cert != NULL) { in setup_protection_ctx()
1450 if (!load_cert_certs(opt_cert, &cert, &certs, 0, opt_keypass, in setup_protection_ctx()
1541 if (opt_ref == NULL && opt_cert == NULL) { in setup_request_ctx()
1563 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; in setup_request_ctx()
1587 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()
[all …]

Completed in 13 milliseconds