Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 58) sorted by relevance

123

/test/ssl-tests/
A D02-protocol-version.cnf5 test-0 = 0-version-negotiation
6 test-1 = 1-version-negotiation
7 test-2 = 2-version-negotiation
8 test-3 = 3-version-negotiation
9 test-4 = 4-version-negotiation
10 test-5 = 5-version-negotiation
11 test-6 = 6-version-negotiation
12 test-7 = 7-version-negotiation
13 test-8 = 8-version-negotiation
14 test-9 = 9-version-negotiation
[all …]
A D07-dtls-protocol-version.cnf5 test-0 = 0-version-negotiation
6 test-1 = 1-version-negotiation
7 test-2 = 2-version-negotiation
8 test-3 = 3-version-negotiation
9 test-4 = 4-version-negotiation
10 test-5 = 5-version-negotiation
11 test-6 = 6-version-negotiation
71 [0-version-negotiation]
98 [1-version-negotiation]
125 [2-version-negotiation]
[all …]
A D02-protocol-version.cnf.in10 ## Test TLS version negotiation
A D07-dtls-protocol-version.cnf.in10 ## Test DTLS version negotiation
A D10-resumption.cnf.in10 ## Test version negotiation upon resumption.
A D11-dtls_resumption.cnf.in10 ## Test version negotiation upon resumption.
/test/recipes/
A D70-test_sslvertol.t69 ok((note("Record version received: ".$record->version()),
71 && $record->version() == $previous_version,
87 ok((note("Record version received: ".$record->version()),
89 && $record->version() == $previous_version,
102 (defined $record ? $record->version() : "none")),
A D02-test_windows_registry.t28 my $version = "@tempout";
29 $version =~ s/^OpenSSL //;
30 $version =~ s/(^[0-9]+\.[0-9]+)(.*$)/\1/;
32 my $regkey = "HKLM\\SOFTWARE\\OpenSSL-".$version."-".$context;
A D70-test_sslversions.t76 && $record->version() == TLSProxy::Record::VERS_TLS_1_2,
92 && $record->version() == TLSProxy::Record::VERS_TLS_1_2
105 && $record->version() == TLSProxy::Record::VERS_TLS_1_1,
114 && $record->version() == TLSProxy::Record::VERS_TLS_1_2
A D70-test_sslrecords.t621 @{$records}[-1]->version(),
635 @{$records}[-1]->version(),
669 @{$records}[-1]->version(TLSProxy::Record::VERS_TLS_1_1);
690 @{$records}[5]->version(TLSProxy::Record::VERS_TLS_1_0);
/test/
A Dfips_version_test.c37 const char *version = test_get_argument(n); in test_fips_version() local
39 if (!TEST_ptr(version)) in test_fips_version()
41 return TEST_int_eq(fips_provider_version_match(libctx, version), 1); in test_fips_version()
A Dhttp_test.c30 char version; member
43 static int mock_http_server(BIO *in, BIO *out, char version, int keep_alive, in mock_http_server() argument
93 version, RPATH) > 0; /* same server */ in mock_http_server()
95 if (BIO_printf(out, "HTTP/1.%c %s %s\r\n", version, status, in mock_http_server()
100 if ((version == '0') == keep_alive) /* otherwise, default */ in mock_http_server()
102 version == '0' ? "keep-alive" : "close") <= 0) in mock_http_server()
138 ret = mock_http_server(bio, args->out, args->version, args->keep_alive, in http_bio_cb_ex()
238 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) in test_http_keep_alive() argument
252 mock_args.version = version; in test_http_keep_alive()
506 mock_args.version = '1'; in test_http_resp_hdr_limit()
A Dlms_parse.py61 version = data['vsId'] variable
73 print("# [version " + str(version) + " : revision " + str(revision) + "]")
A Dquic_record_test_util.h32 || !TEST_uint_eq(a->version, b->version) in cmp_pkt_hdr()
A Dmlkem_parse.py82 version = data['vsId'] variable
96 print("# [version " + str(version) + "]")
A Dmldsa_parse.py120 version = data['vsId'] variable
133 print("# [version " + str(version) + "]")
A Dmldsa_wycheproof_parse.py121 version = data['generatorVersion'] variable
134 print("# [version " + str(version) + "]")
A Dslhdsa_parse.py124 version = data['vsId'] variable
137 print("# [version " + str(version) + "]")
/test/recipes/30-test_evp_data/
A Devpkdf_argon2.txt165 # Expected fail on condition violation: invalid version
167 Ctrl.version = version:1
/test/recipes/95-test_external_cf_quiche_data/
A Dquiche-server.sh27 … --http-version HTTP/0.9 --root "$SRCTOP" --no-grease --disable-hystart > quiche_server_log 2>&1 &
/test/recipes/95-test_external_gost_engine_data/
A Dgost_engine.sh37 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
/test/recipes/95-test_external_pkcs11_provider_data/
A Dpkcs11-provider.sh36 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
/test/recipes/95-test_external_pyca_data/
A Dcryptography.sh26 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
/test/recipes/95-test_external_tlsfuzzer_data/
A Dtlsfuzzer.sh40 OPENSSL_VERSION=$($CLI version | cut -f 2 -d ' ')
/test/recipes/95-test_external_oqsprovider_data/
A Doqsprovider.sh37 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`

Completed in 93 milliseconds

123