Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c84 static char *opt_trusted = NULL; variable
650 {&opt_trusted}, {&opt_untrusted}, {&opt_srvcert},
1280 if (opt_srvcert != NULL || opt_trusted != NULL) { in setup_verification_ctx()
1282 if (opt_trusted != NULL) { in setup_verification_ctx()
1284 opt_trusted = NULL; in setup_verification_ctx()
1295 if (opt_trusted != NULL) { in setup_verification_ctx()
1302 ts = load_trusted(opt_trusted, 0, "certs trusted by client"); in setup_verification_ctx()
1546 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL) in setup_protection_ctx()
2852 opt_trusted = opt_str(); in get_opts()

Completed in 14 milliseconds