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

/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.cc100 tls_intolerant(TLS_INTOLERANT_NONE),
117 tls_intolerant(TLS_INTOLERANT_NONE),
464 if (ssl_options_.tls_intolerant != SSLOptions::TLS_INTOLERANT_NONE) {
465 arguments->SetInteger("tls-intolerant", ssl_options_.tls_intolerant);
H A Dbase_test_server.h180 TLSIntolerantLevel tls_intolerant; member in struct:net::BaseTestServer::SSLOptions
182 // If |tls_intolerant| is not TLS_INTOLERANT_NONE, how the server reacts to
/external/chromium_org/net/tools/testserver/
H A Dtestserver.py158 record_resume_info, tls_intolerant,
200 if tls_intolerant != 0:
201 self.ssl_handshake_settings.tlsIntolerant = (3, tls_intolerant)
2005 self.options.tls_intolerant,
2153 self.option_parser.add_option('--tls-intolerant', dest='tls_intolerant',
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc7186 ssl_options.tls_intolerant =
7200 ssl_options.tls_intolerant =
7217 ssl_options.tls_intolerant =
7239 ssl_options.tls_intolerant =
7257 ssl_options.tls_intolerant =
7268 ssl_options.tls_intolerant =
7281 ssl_options.tls_intolerant =
7295 ssl_options.tls_intolerant =
7367 ssl_options.tls_intolerant =

Completed in 1299 milliseconds