Searched refs:testtype (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_key_share.t42 my $testtype;
74 $testtype = EMPTY_EXTENSION;
90 $testtype = MISSING_EXTENSION;
120 $testtype = ACCEPTABLE_AT_END;
127 $testtype = NOT_IN_SUPPORTED_GROUPS;
133 $testtype = GROUP_ID_TOO_SHORT;
139 $testtype = KEX_LEN_MISMATCH;
145 $testtype = ZERO_LEN_KEX_DATA;
151 $testtype = TRAILING_DATA;
158 $testtype
[all...]
H A D70-test_sslversions.t25 my $testtype;
56 $testtype = EMPTY_EXTENSION;
65 $testtype = UNRECOGNISED_VERSIONS;
71 $testtype = NO_EXTENSION;
87 $testtype = REVERSE_ORDER_VERSIONS;
98 $testtype = TLS1_1_AND_1_0_ONLY;
107 $testtype = WITH_TLS1_4;
117 $testtype = BAD_LEGACY_VERSION;
144 if ($testtype == REVERSE_ORDER_VERSIONS) {
149 } elsif ($testtype
[all...]
H A Dtconversion.pl24 my $testtype = shift;
27 defined($conversionforms{$testtype}) ?
28 @{$conversionforms{$testtype}} :
31 if (!@openssl_args) { @openssl_args = ($testtype); }
40 $totaltests-- if ($testtype eq "p7d"); # no comparison of original test file
47 $init = ok(run(app([@cmd, "-in", $t, "-out", "$testtype-fff.p"])),
50 $init = ok(copy($t, "$testtype-fff.p"), 'initializing');
53 diag("Trying to copy $t to $testtype-fff.p : $!");
61 "-in", "$testtype-fff.p",
63 "-out", "$testtype
[all...]
H A D70-test_comp.t37 my $testtype;
56 $testtype = MULTIPLE_COMPRESSIONS;
63 $testtype = NON_NULL_COMPRESSION;
74 $testtype = MULTIPLE_COMPRESSIONS;
80 $testtype = NON_NULL_COMPRESSION;
100 if ($testtype == MULTIPLE_COMPRESSIONS) {
104 } elsif ($testtype == NON_NULL_COMPRESSION) {
H A D70-test_sslsignature.t47 my $testtype = NO_CORRUPTION;
57 $testtype = CORRUPT_SERVER_CERT_VERIFY;
63 #$testtype = CORRUPT_CLIENT_CERT_VERIFY;
90 $testtype = CORRUPT_CLIENT_CERT_VERIFY;
102 $testtype = CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE;
117 if ($testtype == CORRUPT_SERVER_CERT_VERIFY
118 || $testtype == CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE
119 || (!disabled("tls1_3") && $testtype == NO_CORRUPTION)) {
129 if ($testtype == CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE);
138 $sigend ^= 0xff unless $testtype
[all...]
H A D70-test_sslsigalgs.t60 my $testtype;
69 $testtype = NO_SIG_ALGS_EXT;
75 $testtype = EMPTY_SIG_ALGS_EXT;
81 $testtype = NO_KNOWN_SIG_ALGS;
88 $testtype = NO_PSS_SIG_ALGS;
96 $testtype = PSS_ONLY_SIG_ALGS;
144 $testtype = NO_SIG_ALGS_EXT;
154 $testtype = NO_SIG_ALGS_EXT;
164 $testtype = NO_SIG_ALGS_EXT;
172 $testtype
[all...]
H A D70-test_sslextension.t41 my $testtype;
151 if ($testtype == UNSOLICITED_SERVER_NAME_TLS13) {
165 if ($testtype == UNSOLICITED_SERVER_NAME
166 || $testtype == UNSOLICITED_SERVER_NAME_TLS13) {
168 } elsif ($testtype == UNSOLICITED_SCT) {
170 } elsif ($testtype == NONCOMPLIANT_SUPPORTED_GROUPS) {
216 $testtype = UNSOLICITED_SERVER_NAME;
224 $testtype = NONCOMPLIANT_SUPPORTED_GROUPS;
236 $testtype = UNSOLICITED_SCT;
248 $testtype
[all...]
H A D70-test_tls13cookie.t44 my $testtype;
47 $testtype = COOKIE_ONLY;
56 $testtype = COOKIE_AND_KEY_SHARE;
80 if ($testtype == COOKIE_ONLY);
85 if ($testtype == COOKIE_ONLY) {
H A D70-test_tls13downgrade.t46 my $testtype = DOWNGRADE_TO_TLS_1_2;
53 $testtype = DOWNGRADE_TO_TLS_1_1;
67 $testtype = FALLBACK_FROM_TLS_1_3;
105 if ($testtype == FALLBACK_FROM_TLS_1_3) {
111 if ($testtype == DOWNGRADE_TO_TLS_1_2) {
H A D70-test_tls13hrr.t48 my $testtype = CHANGE_HRR_CIPHERSUITE;
58 $testtype = CHANGE_CH1_CIPHERSUITE;
71 $testtype = DUPLICATE_HRR;
79 if ($testtype == CHANGE_HRR_CIPHERSUITE) {
95 if ($testtype == DUPLICATE_HRR) {
H A D70-test_tls13psk.t61 my $testtype = PSK_LAST_FIRST_CH;
89 $testtype = ILLEGAL_EXT_SECOND_CH;
114 if ($testtype == PSK_LAST_FIRST_CH) {
123 if ($testtype == PSK_LAST_FIRST_CH) {
132 if ($testtype == PSK_LAST_FIRST_CH) {
H A D70-test_tls13kexmodes.t202 my $testtype = DELETE_EXTENSION;
211 $testtype = EMPTY_EXTENSION;
220 $testtype = NON_DHE_KEX_MODE_ONLY;
232 $testtype = DHE_KEX_MODE_ONLY;
246 $testtype = UNKNOWN_KEX_MODES;
259 $testtype = BOTH_KEX_MODES;
274 $testtype = BOTH_KEX_MODES;
290 $testtype = DHE_KEX_MODE_ONLY;
307 $testtype = BOTH_KEX_MODES;
321 $testtype
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D70-test_sslversions.t25 my $testtype;
59 $testtype = EMPTY_EXTENSION;
68 $testtype = UNRECOGNISED_VERSIONS;
74 $testtype = NO_EXTENSION;
90 $testtype = REVERSE_ORDER_VERSIONS;
103 $testtype = TLS1_1_AND_1_0_ONLY;
112 $testtype = WITH_TLS1_4;
122 $testtype = BAD_LEGACY_VERSION;
149 if ($testtype == REVERSE_ORDER_VERSIONS) {
154 } elsif ($testtype
[all...]
H A D70-test_comp.t36 my $testtype;
55 $testtype = MULTIPLE_COMPRESSIONS;
62 $testtype = NON_NULL_COMPRESSION;
74 $testtype = MULTIPLE_COMPRESSIONS;
80 $testtype = NON_NULL_COMPRESSION;
100 if ($testtype == MULTIPLE_COMPRESSIONS) {
104 } elsif ($testtype == NON_NULL_COMPRESSION) {
H A D70-test_key_share.t45 my $testtype;
80 $testtype = EMPTY_EXTENSION;
100 $testtype = MISSING_EXTENSION;
150 $testtype = ACCEPTABLE_AT_END;
158 $testtype = NOT_IN_SUPPORTED_GROUPS;
164 $testtype = GROUP_ID_TOO_SHORT;
170 $testtype = KEX_LEN_MISMATCH;
176 $testtype = ZERO_LEN_KEX_DATA;
182 $testtype = TRAILING_DATA;
189 $testtype
[all...]
H A D70-test_sslsignature.t47 my $testtype = NO_CORRUPTION;
59 $testtype = CORRUPT_SERVER_CERT_VERIFY;
65 #$testtype = CORRUPT_CLIENT_CERT_VERIFY;
92 $testtype = CORRUPT_CLIENT_CERT_VERIFY;
104 $testtype = CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE;
119 if ($testtype == CORRUPT_SERVER_CERT_VERIFY
120 || $testtype == CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE
121 || (!disabled("tls1_3") && $testtype == NO_CORRUPTION)) {
131 if ($testtype == CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE);
140 $sigend ^= 0xff unless $testtype
[all...]
H A Dtconversion.pl29 my $testtype = $opts{-type};
31 my $prefix = $opts{-prefix} // $testtype;
33 defined($conversionforms{$testtype}) ?
34 @{$conversionforms{$testtype}} :
41 @openssl_args = ($testtype) unless @openssl_args;
50 $totaltests-- if ($testtype eq "p7d"); # no comparison of original test file
51 $totaltests -= $n if ($testtype eq "pvk"); # no comparisons of the pvk form
90 if ($testtype ne "p7d") {
H A D70-test_sslsigalgs.t61 my $testtype;
71 $testtype = NO_SIG_ALGS_EXT;
77 $testtype = EMPTY_SIG_ALGS_EXT;
83 $testtype = NO_KNOWN_SIG_ALGS;
90 $testtype = NO_PSS_SIG_ALGS;
98 $testtype = PSS_ONLY_SIG_ALGS;
146 $testtype = NO_SIG_ALGS_EXT;
156 $testtype = NO_SIG_ALGS_EXT;
166 $testtype = NO_SIG_ALGS_EXT;
174 $testtype
[all...]
H A D70-test_tls13hrr.t53 my $testtype = CHANGE_HRR_CIPHERSUITE;
67 $testtype = CHANGE_CH1_CIPHERSUITE;
80 $testtype = DUPLICATE_HRR;
97 $testtype = INVALID_GROUP;
106 if ($testtype == CHANGE_HRR_CIPHERSUITE) {
122 if ($testtype == DUPLICATE_HRR) {
161 if ($testtype == CHANGE_CH1_CIPHERSUITE) {
166 } elsif ($testtype == INVALID_GROUP) {
H A D70-test_sslextension.t41 my $testtype;
151 if ($testtype == UNSOLICITED_SERVER_NAME_TLS13) {
165 if ($testtype == UNSOLICITED_SERVER_NAME
166 || $testtype == UNSOLICITED_SERVER_NAME_TLS13) {
168 } elsif ($testtype == UNSOLICITED_SCT) {
170 } elsif ($testtype == NONCOMPLIANT_SUPPORTED_GROUPS) {
219 $testtype = UNSOLICITED_SERVER_NAME;
240 $testtype = NONCOMPLIANT_SUPPORTED_GROUPS;
253 $testtype = UNSOLICITED_SCT;
266 $testtype
[all...]
H A D70-test_tls13cookie.t44 my $testtype;
47 $testtype = COOKIE_ONLY;
61 $testtype = COOKIE_AND_KEY_SHARE;
90 if ($testtype == COOKIE_ONLY);
95 if ($testtype == COOKIE_ONLY) {
H A D70-test_tls13psk.t60 my $testtype = PSK_LAST_FIRST_CH;
96 $testtype = ILLEGAL_EXT_SECOND_CH;
121 if ($testtype == PSK_LAST_FIRST_CH) {
130 if ($testtype == PSK_LAST_FIRST_CH) {
139 if ($testtype == PSK_LAST_FIRST_CH) {
H A D70-test_tls13downgrade.t48 my $testtype = DOWNGRADE_TO_TLS_1_2;
55 $testtype = DOWNGRADE_TO_TLS_1_1;
69 $testtype = FALLBACK_FROM_TLS_1_3;
108 if ($testtype == FALLBACK_FROM_TLS_1_3) {
114 if ($testtype == DOWNGRADE_TO_TLS_1_2) {
H A D70-test_tls13kexmodes.t204 my $testtype = DELETE_EXTENSION;
213 $testtype = EMPTY_EXTENSION;
222 $testtype = NON_DHE_KEX_MODE_ONLY;
234 $testtype = DHE_KEX_MODE_ONLY;
248 $testtype = UNKNOWN_KEX_MODES;
261 $testtype = BOTH_KEX_MODES;
276 $testtype = BOTH_KEX_MODES;
292 $testtype = DHE_KEX_MODE_ONLY;
309 $testtype = BOTH_KEX_MODES;
323 $testtype
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-selective/
H A Dselective.exp76 set testtype [lindex $testitem 1]
92 if { $testtype == "C++" } {

Completed in 229 milliseconds

12