Home
last modified time | relevance | path

Searched refs:insecure (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/curl/docs/cmdline-opts/
Dinsecure.d3 Long: insecure
5 Help: Allow insecure server connections
7 See-also: proxy-insecure cacert capath
9 Example: --insecure $URL
28 **WARNING**: using this option makes the transfer insecure.
32 --insecure can make curl trust and use such information from malicious
Ddoh-insecure.d3 Long: doh-insecure
4 Help: Allow insecure DoH server connections
7 Example: --doh-insecure --doh-url https://doh.example $URL
11 Same as --insecure but used for DoH (DNS-over-HTTPS).
Dproxy-insecure.d3 Long: proxy-insecure
7 Example: --proxy-insecure -x https://proxy $URL
8 See-also: proxy insecure
11 Same as --insecure but used in HTTPS proxy context.
Ddoh-url.d9 See-also: doh-insecure
17 settings are not inherited but are controlled separately via --doh-insecure
Dssl.d9 See-also: ssl-reqd insecure ciphers
12 Warning: this is considered an insecure option. Consider using --ssl-reqd
DMakefile.inc69 doh-insecure.d \
115 insecure.d \
186 proxy-insecure.d \
Dno-sessionid.d9 See-also: insecure
Ddoh-cert-status.d8 See-also: doh-insecure
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurltlssink.c144 sink->insecure = DEFAULT_INSECURE; in gst_curl_tls_sink_init()
179 sink->insecure = FALSE; in gst_curl_tls_sink_set_property()
185 sink->insecure = FALSE; in gst_curl_tls_sink_set_property()
194 sink->insecure = g_value_get_boolean (value); in gst_curl_tls_sink_set_property()
195 GST_DEBUG_OBJECT (sink, "insecure set to %d", sink->insecure); in gst_curl_tls_sink_set_property()
227 g_value_set_boolean (value, sink->insecure); in gst_curl_tls_sink_get_property()
293 if (!sink->insecure) { in gst_curl_tls_sink_set_options_unlocked()
313 if (sink->insecure) { in gst_curl_tls_sink_set_options_unlocked()
Dgstcurltlssink.h52 gboolean insecure; member
/third_party/curl/tests/data/
Dtest204826 pinnedpubkey no-match must fail even when insecure
29 --insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost…
Dtest30519 insecure HTTPS without permission
Dtest62819 -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%SSH_PWD/irrelevant-file --insecure
Dtest62919 -u not-a-valid-user: scp://%HOSTIP:%SSHPORT%SSH_PWD/irrelevant-file --insecure
Dtest32222 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
Dtest32122 --insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
Dtest32322 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPSPORT/want…
Dtest32421 <command> # no --insecure
Dtest65619 ….pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/not-a-valid-file-moooo --insecure --connect-timeout…
Dtest63020 …er/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/irrelevant-file --insecure
Dtest60619 …ient_key.pub -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%SSH_PWD/not-a-valid-file-moooo --insecure
/third_party/node/test/fixtures/wpt/common/security-features/tools/
Dspec.src.json331 // This is applicable to upgrade-insecure-requests and mixed-content tests.
387 // This is applicable to upgrade-insecure-requests and mixed-content tests.
/third_party/openssl/doc/HOWTO/
Dkeys.txt32 consider insecure or to be insecure pretty soon.
47 consider insecure or to be insecure pretty soon.
/third_party/node/test/es-module/
Dtest-http-imports-cli.mjs11 it('should throw disallowed error for insecure protocol', async () => {
28 it('should throw disallowed error for insecure protocol in REPL', () => {
/third_party/curl/docs/
Doptions-in-versions55 --doh-insecure 7.76.0
102 --insecure (-k) 7.10
173 --proxy-insecure 7.52.0

1234567