Searched refs:testtype (Results 1 – 15 of 15) sorted by relevance
45 my $testtype;78 $testtype = EMPTY_EXTENSION;98 $testtype = MISSING_EXTENSION;168 $testtype = KEX_LEN_MISMATCH;174 $testtype = ZERO_LEN_KEX_DATA;180 $testtype = TRAILING_DATA;187 $testtype = LOOK_ONLY;221 $testtype = SELECT_X25519;238 $testtype = KEX_LEN_MISMATCH;244 $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;
53 my $testtype = CHANGE_HRR_CIPHERSUITE;67 $testtype = CHANGE_CH1_CIPHERSUITE;80 $testtype = DUPLICATE_HRR;97 $testtype = INVALID_GROUP;111 $testtype = NO_SUPPORTED_VERSIONS;119 if ($testtype == CHANGE_HRR_CIPHERSUITE) {135 if ($testtype == NO_SUPPORTED_VERSIONS) {154 if ($testtype == DUPLICATE_HRR) {193 if ($testtype == CHANGE_CH1_CIPHERSUITE) {198 } elsif ($testtype == INVALID_GROUP) {
41 my $testtype;47 $testtype = NO_CERT_TYPE;55 $testtype = SERVER_CERT_TYPE;62 $testtype = CLIENT_CERT_TYPE;68 $testtype = CLIENT_CERT_TYPE;86 if ($testtype == CLIENT_CERT_TYPE) {90 if ($testtype == SERVER_CERT_TYPE) {
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) {219 $testtype = UNSOLICITED_SERVER_NAME;240 $testtype = NONCOMPLIANT_SUPPORTED_GROUPS;253 $testtype = UNSOLICITED_SCT;266 $testtype = UNSOLICITED_SERVER_NAME_TLS13;
207 my $testtype = DELETE_EXTENSION;216 $testtype = EMPTY_EXTENSION;237 $testtype = DHE_KEX_MODE_ONLY;251 $testtype = UNKNOWN_KEX_MODES;265 $testtype = BOTH_KEX_MODES;280 $testtype = BOTH_KEX_MODES;294 $testtype = BOTH_KEX_MODES;309 $testtype = BOTH_KEX_MODES;325 $testtype = DHE_KEX_MODE_ONLY;342 $testtype = BOTH_KEX_MODES;[all …]
31 my $testtype = $opts{-type};33 my $prefix = $opts{-prefix} // $testtype;35 defined($conversionforms{$testtype}) ?36 @{$conversionforms{$testtype}} :43 @openssl_args = ($testtype) unless @openssl_args;52 $totaltests-- if ($testtype eq "p7d"); # no comparison of original test file53 $totaltests -= $n if ($testtype eq "pvk"); # no comparisons of the pvk form92 if ($testtype ne "p7d") {
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) {
57 my $testtype;153 $testtype = $type;196 @comp = @{$compression_field_for_test{$testtype}};
314 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov() local318 testtype, in decode_EVP_PKEY_prov()
3941 static int early_data_skip_helper(int testtype, int cipher, int idx) in early_data_skip_helper() argument3978 if (testtype == 1 || testtype == 2) { in early_data_skip_helper()4003 if (testtype == 3 in early_data_skip_helper()4022 switch (testtype) { in early_data_skip_helper()
Completed in 89 milliseconds