Home | History | Annotate | Download | only in socket

Lines Matching refs:flags

79 // A bitmask consisting of these bit flags encodes which versions of the SSL
195 // and expired certificate errors. There are only flags to ignore the
206 // TODO(wtc): Look into undocumented or poorly documented flags:
483 DWORD flags = ISC_REQ_SEQUENCE_DETECT |
505 flags,
790 DWORD flags = ISC_REQ_SEQUENCE_DETECT |
798 flags |= ISC_REQ_USE_SUPPLIED_CREDS;
826 flags,
955 int flags = 0;
957 flags |= X509Certificate::VERIFY_REV_CHECKING_ENABLED;
959 flags |= X509Certificate::VERIFY_EV_CERT;
961 return verifier_->Verify(server_cert_, hostname_, flags,