Home
last modified time | relevance | path

Searched refs:reject_unauthorized (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/quic/
H A Dtlscontext.h48 bool reject_unauthorized = true; member
H A Dbindingdata.h94 V(reject_unauthorized, "rejectUnauthorized") \
H A Dtlscontext.cc381 if (options.reject_unauthorized)
573 if (!SET(keylog) || !SET(reject_unauthorized) || !SET(enable_tls_trace) || in From()
/third_party/node/src/crypto/
H A Dcrypto_tls.cc1172 bool reject_unauthorized = args[1]->IsTrue(); in SetVerifyMode() local
1174 if (reject_unauthorized) in SetVerifyMode()

Completed in 6 milliseconds