Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c83 static char *opt_trusted = NULL; variable
574 {&opt_trusted}, {&opt_untrusted}, {&opt_srvcert},
1182 if (opt_srvcert != NULL || opt_trusted != NULL) { in setup_verification_ctx()
1188 if (opt_trusted != NULL) { in setup_verification_ctx()
1190 opt_trusted = NULL; in setup_verification_ctx()
1203 if (opt_trusted != NULL) { in setup_verification_ctx()
1208 ts = load_trusted(opt_trusted, 0, "certs trusted by client"); in setup_verification_ctx()
1447 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL) in setup_protection_ctx()
2435 opt_trusted = opt_str(); in get_opts()