Home
last modified time | relevance | path

Searched +full:openssl3 +full:- +full:version (Results 1 – 5 of 5) sorted by relevance

/external/curl/.github/workflows/
Dosslq-linux.yml3 # SPDX-License-Identifier: curl
5 name: osslq-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dlinux.yml3 # 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/curl/
Drenovate.json2 "$schema": "https://docs.renovatebot.com/renovate-schema.json",
4 "config:best-practices",
11 "github-actions"
43 ".github/workflows/linux-old.yml"
58 …"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/…
66 …ersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?-version:\\s*(?<currentVal…
69 …"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/…
75 "^.github/workflows/osslq-linux.yml$"
78 "openssl3-version: (?<currentValue>.*)\\s"
80 "datasourceTemplate": "github-tags",
[all …]
/external/grpc-grpc/test/core/end2end/
Dh2_ssl_cert_test.cc5 // Licensed under the Apache License, Version 2.0 (the "License");
9 // http://www.apache.org/licenses/LICENSE-2.0
206 grpc_channel* client = f->MakeClient(grpc_core::ChannelArgs(), cq); in simple_request_body()
209 f->MakeServer(grpc_core::ChannelArgs(), cq, pre_start_server); in simple_request_body()
219 op->op = GRPC_OP_SEND_INITIAL_METADATA; in simple_request_body()
220 op->data.send_initial_metadata.count = 0; in simple_request_body()
221 op->flags = GRPC_INITIAL_METADATA_WAIT_FOR_READY; in simple_request_body()
222 op->reserved = nullptr; in simple_request_body()
224 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), in simple_request_body()
262 // TODO(b/283304471) SimpleRequestBodyUseEngineTest was failing on OpenSSL3.0
/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc5 // Licensed under the Apache License, Version 2.0 (the "License");
9 // http://www.apache.org/licenses/LICENSE-2.0
66 // Indicates the TLS version used for the test.
126 ASSERT_NE(ssl_fixture->key_cert_lib, nullptr); in ssl_test_setup_handshakers()
127 ASSERT_NE(ssl_fixture->alpn_lib, nullptr); in ssl_test_setup_handshakers()
128 ssl_key_cert_lib* key_cert_lib = ssl_fixture->key_cert_lib; in ssl_test_setup_handshakers()
129 ssl_alpn_lib* alpn_lib = ssl_fixture->alpn_lib; in ssl_test_setup_handshakers()
132 if (key_cert_lib->use_pem_root_certs) { in ssl_test_setup_handshakers()
133 client_options.pem_root_certs = key_cert_lib->root_cert; in ssl_test_setup_handshakers()
135 if (ssl_fixture->force_client_auth) { in ssl_test_setup_handshakers()
[all …]