Searched refs:reject_unauthorized (Results 1 – 4 of 4) sorted by relevance
48 bool reject_unauthorized = true; member
94 V(reject_unauthorized, "rejectUnauthorized") \
381 if (options.reject_unauthorized)573 if (!SET(keylog) || !SET(reject_unauthorized) || !SET(enable_tls_trace) || in From()
1134 bool reject_unauthorized = args[1]->IsTrue(); in SetVerifyMode() local1136 if (reject_unauthorized) in SetVerifyMode()