Searched +full:rustls +full:- +full:ffi (Results 1 – 11 of 11) sorted by relevance
| /external/curl/docs/ |
| D | RUSTLS.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 7 # Rustls 9 [Rustls is a TLS backend written in Rust](https://docs.rs/rustls/). Curl can 11 the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi/). This 12 version of curl depends on version v0.13.0 of rustls-ffi. 14 # Building with rustls 18 Next, check out, build, and install the appropriate version of rustls-ffi: 20 % git clone https://github.com/rustls/rustls-ffi -b v0.13.0 [all …]
|
| /external/curl/.github/workflows/ |
| D | linux.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| /external/bazelbuild-rules_rust/examples/crate_universe/multi_package/ |
| D | Cargo.Bazel.lock | 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 21 name = "assert-json-diff" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 31 name = "async-channel" 33 source = "registry+https://github.com/rust-lang/crates.io-index" 36 "concurrent-queue", 37 "event-listener", 38 "futures-core", [all …]
|
| D | cargo-bazel-lock.json | 4 "aho-corasick 0.7.20": { 5 "name": "aho-corasick", 7 "package_url": "https://github.com/BurntSushi/aho-corasick", 10 "url": "https://crates.io/api/v1/crates/aho-corasick/0.7.20/download", 124 "license": "MIT OR Apache-2.0", 126 "Apache-2.0", 131 "assert-json-diff 2.0.2": { 132 "name": "assert-json-diff", 134 "package_url": "https://github.com/davidpdrsn/assert-json-diff.git", 137 "url": "https://crates.io/api/v1/crates/assert-json-diff/2.0.2/download", [all …]
|
| /external/bazelbuild-rules_rust/examples/crate_universe/multi_package/pkg_a/ |
| D | Cargo.lock | 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 21 name = "assert-json-diff" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 31 name = "async-channel" 33 source = "registry+https://github.com/rust-lang/crates.io-index" 36 "concurrent-queue", 37 "event-listener", 38 "futures-core", [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/test_data/cargo_bazel_lockfile/ |
| D | multi_package-cargo-bazel-lock.json | 4 "aho-corasick 0.7.20": { 5 "name": "aho-corasick", 7 "package_url": "https://github.com/BurntSushi/aho-corasick", 10 "url": "https://crates.io/api/v1/crates/aho-corasick/0.7.20/download", 124 "license": "MIT OR Apache-2.0", 126 "Apache-2.0", 131 "assert-json-diff 2.0.2": { 132 "name": "assert-json-diff", 134 "package_url": "https://github.com/davidpdrsn/assert-json-diff.git", 137 "url": "https://crates.io/api/v1/crates/assert-json-diff/2.0.2/download", [all …]
|
| /external/curl/tests/http/ |
| D | test_17_ssl_use.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 65 xargs = ['--sessionid', '--tls-max', tls_max, f'--tlsv{tls_max}'] 73 xargs = ['--sessionid', f'--tlsv{tls_max}'] 76 if env.curl_uses_lib('rustls-ffi'): 77 exp_resumed = 'Initial' # rustls does not support sessions, TODO 87 f'id=[0-{count-1}]&close' 133 '-H', f'Host: {env.domain1}', 141 # 7 - rustls rejects a servername with .. during setup 142 # 35 - libressl rejects setting an SNI name with trailing dot [all …]
|
| D | test_31_vsftpds.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 43 @pytest.mark.skipif(condition=Env.curl_uses_lib('rustls-ffi'), reason=f"rustls unreliable here") 76 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-1k', fsize=1024) 77 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-10k', fsize=10*1024) 78 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-1m', fsize=1024*1024) 79 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-10m', fsize=10*1024*1024) 91 'data-1k', 'data-1m', 'data-10m' 97 url = f'ftp://{env.ftp_domain}:{vsftpds.port}/{docname}?[0-{count-1}]' 103 'data-1k', 'data-1m', 'data-10m' [all …]
|
| /external/curl/.github/scripts/ |
| D | spellcheck.words | 3 # SPDX-License-Identifier: curl 51 AWS-LC 248 ffi 710 rustls
|
| /external/rust/cxx/ |
| D | MODULE.bazel.lock | 71 "vendor__cc-1.0.89": "vendor__cc-1.0.89", 72 "vendor__clap-4.5.1": "vendor__clap-4.5.1", 73 "vendor__codespan-reporting-0.11.1": "vendor__codespan-reporting-0.11.1", 74 "vendor__once_cell-1.19.0": "vendor__once_cell-1.19.0", 75 "vendor__proc-macro2-1.0.78": "vendor__proc-macro2-1.0.78", 76 "vendor__quote-1.0.35": "vendor__quote-1.0.35", 77 "vendor__scratch-1.0.7": "vendor__scratch-1.0.7", 78 "vendor__syn-2.0.52": "vendor__syn-2.0.52" 115 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" 117 "integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=", [all …]
|
| /external/curl/tests/ |
| D | runtests.pl | 22 # SPDX-License-Identifier: curl 32 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite 33 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl 34 # runclient, runclientoutput - Modify to copy all the files in the log/ 53 # Finally, to properly support -g and -n, checktestcmd needs to change 56 # fixed. As long as the -g option is never given, and the -n is always 68 # usually set by the Makefile, but for out-of-tree builds with direct 107 my $CURLCONFIG="../curl-config"; # curl-config from current build 125 my $uname_release = `uname -r`; 319 my $nghttpx_version=join(' ', `"$ENV{'NGHTTPX'}" -v 2>/dev/null`); [all …]
|