Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:tls13 (Results 1 – 25 of 43) sorted by relevance

12

/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/
Drunner.go59 …useRR = flag.Bool("rr-record", false, "If true, run BoringSSL code under `rr record`.…
60 …waitForDebugger = flag.Bool("wait-for-debugger", false, "If true, jobs will run one at a time a…
62 …mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each mallo…
63 …ol("malloc-test-debug", false, "If true, ask bssl_shim to abort rather than fail a malloc. This ca…
64 jsonOutput = flag.String("json-output", "", "The file to output JSON results to.")
66 …testToRun = flag.String("test", "", "Semicolon-separated patterns of tests to run, or emp…
67 skipTest = flag.String("skip", "", "Semicolon-separated patterns of tests to skip")
68 …allowHintMismatch = flag.String("allow-hint-mismatch", "", "Semicolon-separated patterns of tests…
69 …numWorkersFlag = flag.Int("num-workers", runtime.NumCPU(), "The number of workers to run in pa…
70 …shimPath = flag.String("shim-path", "../../../build/ssl/test/bssl_shim", "The location o…
[all …]
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/
Drunner.go59 …useRR = flag.Bool("rr-record", false, "If true, run BoringSSL code under `rr record`.…
60 …waitForDebugger = flag.Bool("wait-for-debugger", false, "If true, jobs will run one at a time a…
62 …mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each mallo…
63 …ol("malloc-test-debug", false, "If true, ask bssl_shim to abort rather than fail a malloc. This ca…
64 jsonOutput = flag.String("json-output", "", "The file to output JSON results to.")
66 …testToRun = flag.String("test", "", "Semicolon-separated patterns of tests to run, or emp…
67 skipTest = flag.String("skip", "", "Semicolon-separated patterns of tests to skip")
68 …allowHintMismatch = flag.String("allow-hint-mismatch", "", "Semicolon-separated patterns of tests…
69 …numWorkersFlag = flag.Int("num-workers", runtime.NumCPU(), "The number of workers to run in pa…
70 …shimPath = flag.String("shim-path", "../../../build/ssl/test/bssl_shim", "The location o…
[all …]
/external/boringssl/src/ssl/test/runner/
Drunner.go59 …useRR = flag.Bool("rr-record", false, "If true, run BoringSSL code under `rr record`.…
60 …waitForDebugger = flag.Bool("wait-for-debugger", false, "If true, jobs will run one at a time a…
62 …mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each mallo…
63 …ol("malloc-test-debug", false, "If true, ask bssl_shim to abort rather than fail a malloc. This ca…
64 jsonOutput = flag.String("json-output", "", "The file to output JSON results to.")
66 …testToRun = flag.String("test", "", "Semicolon-separated patterns of tests to run, or emp…
67 skipTest = flag.String("skip", "", "Semicolon-separated patterns of tests to skip")
68 …allowHintMismatch = flag.String("allow-hint-mismatch", "", "Semicolon-separated patterns of tests…
69 …numWorkersFlag = flag.Int("num-workers", runtime.NumCPU(), "The number of workers to run in pa…
70 …shimPath = flag.String("shim-path", "../../../build/ssl/test/bssl_shim", "The location o…
[all …]
/external/openthread/third_party/mbedtls/repo/tests/configs/
Dtls13-only.h5 * make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
10 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
13 /* Enable TLS 1.3 and core 1.3 features */
17 /* Disable TLS 1.2 and 1.2-specific features */
30 /* Enable some invasive tests */
/external/mbedtls/tests/configs/
Dtls13-only.h5 * make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
10 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
13 /* Enable TLS 1.3 and core 1.3 features */
17 /* Disable TLS 1.2 and 1.2-specific features */
30 /* Enable some invasive tests */
/external/openthread/third_party/mbedtls/repo/tests/
Dssl-opt.sh3 # ssl-opt.sh
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
21 set -u
25 ulimit -f 20971520
38 : ${GNUTLS_CLI:=gnutls-cli}
39 : ${GNUTLS_SERV:=gnutls-serv}
54 if git diff --quiet ../include/mbedtls/mbedtls_config.h 2>/dev/null; then
62 : ${MBEDTLS_TEST_PLATFORM:="$(uname -s | tr -c \\n0-9A-Za-z _)-$(uname -m | tr -c \\n0-9A-Za-z _)"}
65 O_SRV="$OPENSSL s_server -www -cert data_files/server5.crt -key data_files/server5.key"
67 G_SRV="$GNUTLS_SERV --x509certfile data_files/server5.crt --x509keyfile data_files/server5.key"
[all …]
/external/mbedtls/tests/
Dssl-opt.sh3 # ssl-opt.sh
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
21 set -u
25 ulimit -f 20971520
38 : ${GNUTLS_CLI:=gnutls-cli}
39 : ${GNUTLS_SERV:=gnutls-serv}
54 if git diff --quiet ../include/mbedtls/mbedtls_config.h 2>/dev/null; then
62 : ${MBEDTLS_TEST_PLATFORM:="$(uname -s | tr -c \\n0-9A-Za-z _)-$(uname -m | tr -c \\n0-9A-Za-z _)"}
64 O_SRV="$OPENSSL s_server -www -cert data_files/server5.crt -key data_files/server5.key"
66 G_SRV="$GNUTLS_SERV --x509certfile data_files/server5.crt --x509keyfile data_files/server5.key"
[all …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
27 …ersion of CircleCI pipeline process engine. See: https://circleci.com/docs/configuration-reference/
31 install-cares:
33 - run:
35 sudo apt-get update && sudo apt-get install -y libc-ares-dev
37 install-libssh:
39 - run:
41 sudo apt-get update && sudo apt-get install -y libssh-dev
43 install-deps:
45 - run:
[all …]
/external/libwebsockets/READMEs/
DREADME.lwsws.md6 lwsws is an implementation of a very lightweight, ws-capable generic web
15 Just enable -DLWS_WITH_LWSWS=1 at cmake-time.
19 NOTICE on Ubuntu, the default libuv package is called "libuv-0.10". This is ancient.
21 You should replace this with libuv1 and libuv1-dev before proceeding.
27 - '#' may be used to turn the rest of the line into a comment.
29 - There's also a single substitution, if a string contains "_lws_ddir_", then that is
46 "count-threads": "1",
47 "server-string": "myserver v1", # returned in http headers
48 "ws-pingpong-secs": "200", # confirm idle established ws connections this often
49 "init-ssl": "yes"
[all …]
/external/curl/src/
Dtool_listhelp.c21 * SPDX-License-Identifier: curl
36 {" --abstract-unix-socket <path>",
39 {" --alt-svc <filename>",
40 "Enable alt-svc with this cache file",
42 {" --anyauth",
45 {"-a, --append",
48 {" --aws-sigv4 <provider1[:prvdr2[:reg[:srv]]]>",
51 {" --basic",
54 {" --ca-native",
57 {" --cacert <file>",
[all …]
/external/curl/.github/workflows/
Dlinux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
18 - 'projects/**'
[all …]
/external/toybox/toys/net/
Dwget.c1 /* wget.c - Simple downloader to get the resource file from a HTTP server
7 * -------------------------------
8 * HTTP 1.1: https://www.rfc-editor.org/rfc/rfc7230
9 * Chunked Encoding: https://www.rfc-editor.org/rfc/rfc7230#section-4.1
10 * UTF-8 Encoded Header Values https://www.rfc-editor.org/rfc/rfc5987
13 * ---------
17 * TLS 1.0: https://tls-v1-0.badssl.com:1010/
18 * TLS 1.1: https://tls-v1-1.badssl.com:1011/
19 * TLS 1.2: https://tls-v1-2.badssl.com:1012/
20 * TLS 1.3: https://tls13.1d.pw/
[all …]
/external/libwebsockets/lib/roles/http/server/
Dlejp-conf.c2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com>
25 #include "private-lib-core.h"
39 "global.count-threads",
40 "global.init-ssl",
41 "global.server-string",
42 "global.plugin-dir",
43 "global.ws-pingpong-secs", /* deprecated */
44 "global.timeout-secs",
45 "global.reject-service-keywords[].*",
[all …]
/external/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
20 # ---------------
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
50 # The behavior on an error depends on whether --keep-going (alias -k)
52 # * Without --keep-going: the script stops on the first error without
55 # * With --keep-going: the script runs all requested components and
60 # script -c tests/scripts/all.sh
[all …]
/external/curl/lib/vtls/
Dwolfssl.c21 * SPDX-License-Identifier: curl
44 - the user's options.h generated by wolfSSL
45 - the symbols detected by curl's configure
74 #include <wolfssl/error-ssl.h>
122 * wolfSSL 4.4.0, but requires the -DHAVE_SECRET_CALLBACK build option. If that
126 * (--enable-opensslextra or --enable-all).
185 * SSL_version since the latter relies on OPENSSL_ALL (--enable-opensslall or in wolfssl_log_tls12_secret()
186 * --enable-all). Failing to perform this check could result in an unusable in wolfssl_log_tls12_secret()
228 return -1; in wolfssl_do_file_type()
298 return !cf->next || !cf->next->connected; in wolfssl_bio_cf_ctrl()
[all …]
/external/cronet/tot/net/base/
Dfeatures.h2 // Use of this source code is governed by a BSD-style license that can be
22 // https://vasilvv.github.io/tls-alps/draft-vvv-tls-alps.html and
23 // https://vasilvv.github.io/httpbis-alps/draft-vvv-httpbis-alps.html.
29 // When kCapReferrerToOriginOnCrossOrigin is enabled, HTTP referrers on cross-
33 // Enables the built-in DNS resolver.
67 // Any param is ignored if zero, and if one of min/max is non-zero with a zero
95 // request results. May enable related behavior such as separately sorting DNS
150 // connection type. Set to non-zero value as a performance optimization.
167 // renderer-initiated main frame navigations when the request initiator site is
168 // cross-site to the URL being navigated to.
[all …]
/external/cronet/stable/net/base/
Dfeatures.h2 // Use of this source code is governed by a BSD-style license that can be
22 // https://vasilvv.github.io/tls-alps/draft-vvv-tls-alps.html and
23 // https://vasilvv.github.io/httpbis-alps/draft-vvv-httpbis-alps.html.
29 // When kCapReferrerToOriginOnCrossOrigin is enabled, HTTP referrers on cross-
33 // Enables the built-in DNS resolver.
67 // Any param is ignored if zero, and if one of min/max is non-zero with a zero
95 // request results. May enable related behavior such as separately sorting DNS
150 // connection type. Set to non-zero value as a performance optimization.
167 // renderer-initiated main frame navigations when the request initiator site is
168 // cross-site to the URL being navigated to.
[all …]
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
41 #define DFL_REQUEST_SIZE -1
55 #define DFL_EARLY_DATA -1
60 #define DFL_EC_MAX_OPS -1
64 #define DFL_ALLOW_LEGACY -2
67 #define DFL_MIN_VERSION -1
68 #define DFL_MAX_VERSION -1
69 #define DFL_SHA1 -1
70 #define DFL_AUTH_MODE -1
72 #define DFL_TRUNC_HMAC -1
[all …]
Dssl_server2.c5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
69 #define DFL_RESPONSE_SIZE -1
83 #define DFL_ASYNC_OPERATIONS "-"
84 #define DFL_ASYNC_PRIVATE_DELAY1 (-1)
85 #define DFL_ASYNC_PRIVATE_DELAY2 (-1)
97 #define DFL_ALLOW_LEGACY -2
99 #define DFL_RENEGO_DELAY -2
100 #define DFL_RENEGO_PERIOD ((uint64_t) -1)
102 #define DFL_MIN_VERSION -1
103 #define DFL_MAX_VERSION -1
[all …]
/external/mbedtls/programs/ssl/
Dssl_client2.c5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
41 #define DFL_REQUEST_SIZE -1
60 #define DFL_EC_MAX_OPS -1
64 #define DFL_ALLOW_LEGACY -2
67 #define DFL_MIN_VERSION -1
68 #define DFL_MAX_VERSION -1
69 #define DFL_SHA1 -1
70 #define DFL_AUTH_MODE -1
72 #define DFL_TRUNC_HMAC -1
73 #define DFL_RECSPLIT -1
[all …]
Dssl_server2.c5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
69 #define DFL_RESPONSE_SIZE -1
83 #define DFL_ASYNC_OPERATIONS "-"
84 #define DFL_ASYNC_PRIVATE_DELAY1 (-1)
85 #define DFL_ASYNC_PRIVATE_DELAY2 (-1)
97 #define DFL_ALLOW_LEGACY -2
99 #define DFL_RENEGO_DELAY -2
100 #define DFL_RENEGO_PERIOD ((uint64_t) -1)
102 #define DFL_MIN_VERSION -1
103 #define DFL_MAX_VERSION -1
[all …]
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
20 # ---------------
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
53 # The behavior on an error depends on whether --keep-going (alias -k)
55 # * Without --keep-going: the script stops on the first error without
58 # * With --keep-going: the script runs all requested components and
63 # script -c tests/scripts/all.sh
[all …]
/external/wpa_supplicant_8/src/crypto/
Dtls_wolfssl.c3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
20 #include <wolfssl/error-ssl.h>
119 context->event_cb = conf->event_cb; in tls_context_new()
120 context->cb_ctx = conf->cb_ctx; in tls_context_new()
121 context->cert_in_cb = conf->cert_in_cb; in tls_context_new()
131 os_free(context->check_cert_subject); in tls_context_free()
148 in->in_data = buf; in wolfssl_reset_in_data()
149 in->consumed = 0; in wolfssl_reset_in_data()
156 out->out_data = wpabuf_alloc_copy("", 0); in wolfssl_reset_out_data()
167 return -1; in wolfssl_receive_cb()
[all …]
/external/openthread/third_party/mbedtls/repo/tests/opt-testcases/
Dtls13-misc.sh3 # tls13-misc.sh
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
16 run_test "TLS 1.3: PSK: No valid ciphersuite. G->m" \
18 …"$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-CIPHER-ALL:+AES-256-GCM:+AEAD:+SHA384:-KX-ALL:+ECD…
19 --pskusername Client_identity --pskkey=6162636465666768696a6b6c6d6e6f70 \
22 -s "found psk key exchange modes extension" \
23 -s "found pre_shared_key extension" \
24 -s "Found PSK_EPHEMERAL KEX MODE" \
25 -s "Found PSK KEX MODE" \
26 -s "No matched ciphersuite"
[all …]
/external/curl/docs/
Dcurl.18 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 curl \- transfer a URL
42 curl is powered by libcurl for all transfer-related features. See
45 The URL syntax is protocol-dependent. You find a detailed description in
55 "ftp://ftp.example.com/file[1-100].txt"
57 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros)
59 "ftp://ftp.example.com/file[a-z].txt"
64 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html"
73 "http://example.com/file[1-100:10].txt"
75 "http://example.com/file[a-z:2].txt"
[all …]

12