Home
last modified time | relevance | path

Searched refs:insecure (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/
H A Dfetch_sources.py122 if args.insecure:
215 if args.insecure:
359 parser.add_argument('--insecure', dest='insecure', action='store_true', default=False,
369 if args.insecure:
373 parser.error("For --insecure minimum required python version is " +
/third_party/node/lib/
H A D_http_common.js33 const insecureHTTPParser = getOptionValue('--insecure-http-parser');
253 process.emitWarning('Using insecure HTTP parsing');
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc398 if (!get_config()->tls.insecure && in tls_handshake()
H A Dshrpx_memcached_connection.cc280 if (!tlsconf.insecure && in tls_handshake()
H A Dshrpx_config.h144 constexpr auto SHRPX_OPT_INSECURE = StringRef::from_lit("insecure");
782 bool insecure; member
H A Dshrpx_http_downstream_connection.cc1353 if (!get_config()->tls.insecure && in tls_handshake()
H A Dshrpx_http2_session.cc2104 if (!get_config()->tls.insecure && in tls_handshake()
H A Dshrpx_tls.cc1635 if (!tlsconf.insecure) { in create_ssl_client_context()
H A Dshrpx_config.cc343 << " has insecure mode."; in read_passwd_from_file()
3261 config->tls.insecure = util::strieq_l("yes", optarg); in parse_config()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs179 /// Allow legacy insecure renegotiation with servers or clients that do not support secure
2270 /// OpenSSL's default configuration is insecure. It is highly recommended to use in fmt()
2289 /// OpenSSL's default configuration is insecure. It is highly recommended to use in fmt()
3578 /// OpenSSL's default configuration is insecure. It is highly recommended to use in fmt()
3594 /// OpenSSL's default configuration is insecure. It is highly recommended to use in fmt()

Completed in 25 milliseconds