Searched refs:insecure (Results 1 – 25 of 126) sorted by relevance
123456
1 Long: insecure3 Help: Allow insecure server connections when using SSL5 See-also: proxy-insecure cacert10 otherwise considered insecure.
1 Long: proxy-insecure5 Same as --insecure but used in HTTPS proxy context.
13 considered insecure (see RFC 6176).
13 considered insecure (see RFC 7568).
26 pinnedpubkey no-match must fail even when insecure29 --insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost…
19 insecure HTTPS without permission
22 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
19 -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/irrelevant-file --insecure
19 -u not-a-valid-user: scp://%HOSTIP:%SSHPORT%POSIX_PWD/irrelevant-file --insecure
22 --insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
22 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPSPORT/want…
19 …y curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/not-a-valid-file-moooo --insecure
20 …ubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%POSIX_PWD/log/irrelevant-file --insecure
20 …bkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/irrelevant-file --insecure
23 …bkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/irrelevant-file --insecure
21 <command> # no --insecure
19 …nt_key.pub -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/not-a-valid-file-moooo --insecure
19 …ey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%POSIX_PWD/not-a-valid-file-moooo --insecure
46 …gets(buff); // expected-warning{{Call to function 'gets' is extremely insecure as it can always re…121 …); // expected-warning{{Call to function 'mktemp' is insecure as it always creates or uses insecur…146 …strcpy(x, y); //expected-warning{{Call to function 'strcpy' is insecure as it does not provide bou…170 …strcat(x, y); //expected-warning{{Call to function 'strcat' is insecure as it does not provide bou…181 …vfork(); //expected-warning{{Call to function 'vfork' is insecure as it can lead to denial of serv…
567 insecure = re.sub('([a-z])([A-Z])', r'\1_\2', intermediate).lower()570 if insecure[0] != '_':571 return insecure572 return 'private' + insecure
1 Plugin for creating insecure servers using chttp2
1 Plugin for creating insecure channels using chttp2
3 Used by chttp2/{client,server}/{insecure,secure} plugins to implement most of
20 RUN apt-get update --allow-insecure-repositories && DEBIAN_FRONTEND=noninteractive apt-get install …58 RUN apt-get update --allow-insecure-repositories && \
117 if args.insecure:205 if args.insecure:353 if args.insecure: