Searched refs:opt_trusted (Results 1 – 1 of 1) sorted by relevance
84 static char *opt_trusted = NULL; variable738 { &opt_trusted }, { &opt_untrusted }, { &opt_srvcert },1379 if (opt_srvcert != NULL || opt_trusted != NULL) { in setup_verification_ctx()1381 if (opt_trusted != NULL) { in setup_verification_ctx()1383 opt_trusted = NULL; in setup_verification_ctx()1394 if (opt_trusted != NULL) { in setup_verification_ctx()1401 ts = load_trusted(opt_trusted, 0, "certs trusted by client"); in setup_verification_ctx()1646 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL) in setup_protection_ctx()2971 opt_trusted = opt_str(); in get_opts()