Home
last modified time | relevance | path

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

123456

/external/curl/docs/cmdline-opts/
Dinsecure.d1 Long: insecure
3 Help: Allow insecure server connections when using SSL
5 See-also: proxy-insecure cacert
10 otherwise considered insecure.
Dproxy-insecure.d1 Long: proxy-insecure
5 Same as --insecure but used in HTTPS proxy context.
Dsslv2.d13 considered insecure (see RFC 6176).
Dsslv3.d13 considered insecure (see RFC 7568).
/external/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
Dtest32222 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
Dtest62819 -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/irrelevant-file --insecure
Dtest62919 -u not-a-valid-user: scp://%HOSTIP:%SSHPORT%POSIX_PWD/irrelevant-file --insecure
Dtest32122 --insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
Dtest32322 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPSPORT/want…
Dtest60419 …y curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/not-a-valid-file-moooo --insecure
Dtest63120 …ubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%POSIX_PWD/log/irrelevant-file --insecure
Dtest63020 …bkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/irrelevant-file --insecure
Dtest63223 …bkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/irrelevant-file --insecure
Dtest32421 <command> # no --insecure
Dtest60619 …nt_key.pub -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/not-a-valid-file-moooo --insecure
Dtest60519 …ey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%POSIX_PWD/not-a-valid-file-moooo --insecure
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m46 …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…
/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py567 insecure = re.sub('([a-z])([A-Z])', r'\1_\2', intermediate).lower()
570 if insecure[0] != '_':
571 return insecure
572 return 'private' + insecure
/external/grpc-grpc/src/core/ext/transport/chttp2/server/insecure/
DREADME.md1 Plugin for creating insecure servers using chttp2
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
DREADME.md1 Plugin for creating insecure channels using chttp2
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
DREADME.md3 Used by chttp2/{client,server}/{insecure,secure} plugins to implement most of
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rocm20 RUN apt-get update --allow-insecure-repositories && DEBIAN_FRONTEND=noninteractive apt-get install …
58 RUN apt-get update --allow-insecure-repositories && \
/external/deqp/external/
Dfetch_sources.py117 if args.insecure:
205 if args.insecure:
353 if args.insecure:

123456