Home
last modified time | relevance | path

Searched refs:testtype (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/crypto/openssl/test/recipes/
H A D70-test_key_share.t45 my $testtype;
80 $testtype = EMPTY_EXTENSION;
100 $testtype = MISSING_EXTENSION;
170 $testtype = KEX_LEN_MISMATCH;
176 $testtype = ZERO_LEN_KEX_DATA;
182 $testtype = TRAILING_DATA;
189 $testtype = LOOK_ONLY;
223 $testtype = SELECT_X25519;
240 $testtype = KEX_LEN_MISMATCH;
246 $testtype = ZERO_LEN_KEX_DATA;
[all …]
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;
164 } elsif ($testtype == WITH_TLS1_4) {
173 || $testtype == WITH_TLS1_4) {
[all …]
H A D70-test_sslsigalgs.t61 my $testtype;
71 $testtype = NO_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;
191 $testtype = NO_PSS_SIG_ALGS;
229 $testtype = NO_SIG_ALGS_EXT;
[all …]
H A D70-test_sslsignature.t47 my $testtype = NO_CORRUPTION;
59 $testtype = CORRUPT_SERVER_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 == NO_CORRUPTION;
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_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 = UNSOLICITED_SERVER_NAME_TLS13;
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_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 = DHE_KEX_MODE_ONLY;
[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_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_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) {
/freebsd-14.2/crypto/openssl/test/
H A Dendecode_test.c310 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov() local
314 testtype, in decode_EVP_PKEY_prov()
H A Dsslapitest.c3902 static int early_data_skip_helper(int testtype, int cipher, int idx) in early_data_skip_helper() argument
3935 if (testtype == 1 || testtype == 2) { in early_data_skip_helper()
3960 if (testtype == 3 in early_data_skip_helper()
3979 switch (testtype) { in early_data_skip_helper()