/test/ssl-tests/ |
A D | 02-protocol-version.cnf | 5 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 D | 07-dtls-protocol-version.cnf | 5 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 D | 02-protocol-version.cnf.in | 10 ## Test TLS version negotiation
|
A D | 07-dtls-protocol-version.cnf.in | 10 ## Test DTLS version negotiation
|
A D | 10-resumption.cnf.in | 10 ## Test version negotiation upon resumption.
|
A D | 11-dtls_resumption.cnf.in | 10 ## Test version negotiation upon resumption.
|
/test/recipes/ |
A D | 70-test_sslvertol.t | 69 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 D | 02-test_windows_registry.t | 28 my $version = "@tempout"; 29 $version =~ s/^OpenSSL //; 30 $version =~ s/(^[0-9]+\.[0-9]+)(.*$)/\1/; 32 my $regkey = "HKLM\\SOFTWARE\\OpenSSL-".$version."-".$context;
|
A D | 70-test_sslversions.t | 76 && $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 D | 70-test_sslrecords.t | 621 @{$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 D | fips_version_test.c | 37 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 D | http_test.c | 30 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 D | lms_parse.py | 61 version = data['vsId'] variable 73 print("# [version " + str(version) + " : revision " + str(revision) + "]")
|
A D | quic_record_test_util.h | 32 || !TEST_uint_eq(a->version, b->version) in cmp_pkt_hdr()
|
A D | mlkem_parse.py | 82 version = data['vsId'] variable 96 print("# [version " + str(version) + "]")
|
A D | mldsa_parse.py | 120 version = data['vsId'] variable 133 print("# [version " + str(version) + "]")
|
A D | mldsa_wycheproof_parse.py | 121 version = data['generatorVersion'] variable 134 print("# [version " + str(version) + "]")
|
A D | slhdsa_parse.py | 124 version = data['vsId'] variable 137 print("# [version " + str(version) + "]")
|
/test/recipes/30-test_evp_data/ |
A D | evpkdf_argon2.txt | 165 # Expected fail on condition violation: invalid version 167 Ctrl.version = version:1
|
/test/recipes/95-test_external_cf_quiche_data/ |
A D | quiche-server.sh | 27 … --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 D | gost_engine.sh | 37 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
|
/test/recipes/95-test_external_pkcs11_provider_data/ |
A D | pkcs11-provider.sh | 36 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
|
/test/recipes/95-test_external_pyca_data/ |
A D | cryptography.sh | 26 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
|
/test/recipes/95-test_external_tlsfuzzer_data/ |
A D | tlsfuzzer.sh | 40 OPENSSL_VERSION=$($CLI version | cut -f 2 -d ' ')
|
/test/recipes/95-test_external_oqsprovider_data/ |
A D | oqsprovider.sh | 37 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
|