Searched refs:testtype (Results 1 – 14 of 14) sorted by relevance
44 my $testtype;77 $testtype = EMPTY_EXTENSION;97 $testtype = MISSING_EXTENSION;167 $testtype = KEX_LEN_MISMATCH;173 $testtype = ZERO_LEN_KEX_DATA;179 $testtype = TRAILING_DATA;186 $testtype = LOOK_ONLY;220 $testtype = SELECT_X25519;237 $testtype = KEX_LEN_MISMATCH;243 $testtype = ZERO_LEN_KEX_DATA;[all …]
25 my $testtype;57 $testtype = EMPTY_EXTENSION;66 $testtype = UNRECOGNISED_VERSIONS;72 $testtype = NO_EXTENSION;88 $testtype = REVERSE_ORDER_VERSIONS;101 $testtype = TLS1_1_AND_1_0_ONLY;110 $testtype = WITH_TLS1_4;120 $testtype = BAD_LEGACY_VERSION;162 } elsif ($testtype == WITH_TLS1_4) {171 || $testtype == WITH_TLS1_4) {[all …]
60 my $testtype;70 $testtype = NO_SIG_ALGS_EXT;82 $testtype = NO_KNOWN_SIG_ALGS;89 $testtype = NO_PSS_SIG_ALGS;97 $testtype = PSS_ONLY_SIG_ALGS;145 $testtype = NO_SIG_ALGS_EXT;155 $testtype = NO_SIG_ALGS_EXT;165 $testtype = NO_SIG_ALGS_EXT;190 $testtype = NO_PSS_SIG_ALGS;228 $testtype = NO_SIG_ALGS_EXT;[all …]
46 my $testtype = NO_CORRUPTION;58 $testtype = CORRUPT_SERVER_CERT_VERIFY;91 $testtype = CORRUPT_CLIENT_CERT_VERIFY;103 $testtype = CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE;118 if ($testtype == CORRUPT_SERVER_CERT_VERIFY119 || $testtype == CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE120 || (!disabled("tls1_3") && $testtype == NO_CORRUPTION)) {130 if ($testtype == CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE);139 $sigend ^= 0xff unless $testtype == NO_CORRUPTION;
34 my $testtype;53 $testtype = MULTIPLE_COMPRESSIONS;60 $testtype = NON_NULL_COMPRESSION;72 $testtype = MULTIPLE_COMPRESSIONS;78 $testtype = NON_NULL_COMPRESSION;98 if ($testtype == MULTIPLE_COMPRESSIONS) {102 } elsif ($testtype == NON_NULL_COMPRESSION) {
41 my $testtype;150 if ($testtype == UNSOLICITED_SERVER_NAME_TLS13) {164 if ($testtype == UNSOLICITED_SERVER_NAME165 || $testtype == UNSOLICITED_SERVER_NAME_TLS13) {167 } elsif ($testtype == UNSOLICITED_SCT) {169 } elsif ($testtype == NONCOMPLIANT_SUPPORTED_GROUPS) {218 $testtype = UNSOLICITED_SERVER_NAME;239 $testtype = NONCOMPLIANT_SUPPORTED_GROUPS;252 $testtype = UNSOLICITED_SCT;265 $testtype = UNSOLICITED_SERVER_NAME_TLS13;
28 my $testtype = $opts{-type};30 my $prefix = $opts{-prefix} // $testtype;32 defined($conversionforms{$testtype}) ?33 @{$conversionforms{$testtype}} :40 @openssl_args = ($testtype) unless @openssl_args;49 $totaltests-- if ($testtype eq "p7d"); # no comparison of original test file88 if ($testtype ne "p7d") {
201 my $testtype = DELETE_EXTENSION;210 $testtype = EMPTY_EXTENSION;219 $testtype = NON_DHE_KEX_MODE_ONLY;231 $testtype = DHE_KEX_MODE_ONLY;245 $testtype = UNKNOWN_KEX_MODES;258 $testtype = BOTH_KEX_MODES;273 $testtype = BOTH_KEX_MODES;289 $testtype = DHE_KEX_MODE_ONLY;306 $testtype = BOTH_KEX_MODES;320 $testtype = DHE_KEX_MODE_ONLY;[all …]
42 my $testtype;45 $testtype = COOKIE_ONLY;59 $testtype = COOKIE_AND_KEY_SHARE;88 if ($testtype == COOKIE_ONLY);93 if ($testtype == COOKIE_ONLY) {
46 my $testtype = DOWNGRADE_TO_TLS_1_2;53 $testtype = DOWNGRADE_TO_TLS_1_1;67 $testtype = FALLBACK_FROM_TLS_1_3;106 if ($testtype == FALLBACK_FROM_TLS_1_3) {112 if ($testtype == DOWNGRADE_TO_TLS_1_2) {
58 my $testtype = PSK_LAST_FIRST_CH;94 $testtype = ILLEGAL_EXT_SECOND_CH;119 if ($testtype == PSK_LAST_FIRST_CH) {128 if ($testtype == PSK_LAST_FIRST_CH) {137 if ($testtype == PSK_LAST_FIRST_CH) {
49 my $testtype = CHANGE_HRR_CIPHERSUITE;63 $testtype = CHANGE_CH1_CIPHERSUITE;71 if ($testtype == CHANGE_HRR_CIPHERSUITE) {
285 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov() local289 testtype, in decode_EVP_PKEY_prov()
3632 static int early_data_skip_helper(int testtype, int idx) in early_data_skip_helper() argument3645 if (testtype == 1 || testtype == 2) { in early_data_skip_helper()3670 if (testtype == 3 in early_data_skip_helper()3689 switch (testtype) { in early_data_skip_helper()
Completed in 51 milliseconds