Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A D70-test_key_share.t45 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 …]
H A D70-test_sslversions.t25 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 …]
H A D70-test_sslsigalgs.t60 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 …]
H A D70-test_sslsignature.t46 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_VERIFY
119 || $testtype == CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE
120 || (!disabled("tls1_3") && $testtype == NO_CORRUPTION)) {
130 if ($testtype == CORRUPT_TLS1_2_SERVER_KEY_EXCHANGE);
139 $sigend ^= 0xff unless $testtype == NO_CORRUPTION;
H A D70-test_certtypeext.t41 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) {
H A D70-test_comp.t34 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) {
H A D70-test_tls13hrr.t52 my $testtype = CHANGE_HRR_CIPHERSUITE;
66 $testtype = CHANGE_CH1_CIPHERSUITE;
79 $testtype = DUPLICATE_HRR;
96 $testtype = INVALID_GROUP;
105 if ($testtype == CHANGE_HRR_CIPHERSUITE) {
121 if ($testtype == DUPLICATE_HRR) {
160 if ($testtype == CHANGE_CH1_CIPHERSUITE) {
165 } elsif ($testtype == INVALID_GROUP) {
H A D70-test_sslextension.t41 my $testtype;
150 if ($testtype == UNSOLICITED_SERVER_NAME_TLS13) {
164 if ($testtype == UNSOLICITED_SERVER_NAME
165 || $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;
H A D70-test_tls13kexmodes.t207 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 …]
H A Dtconversion.pl31 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 file
53 $totaltests -= $n if ($testtype eq "pvk"); # no comparisons of the pvk form
92 if ($testtype ne "p7d") {
H A D70-test_tls13cookie.t42 my $testtype;
45 $testtype = COOKIE_ONLY;
59 $testtype = COOKIE_AND_KEY_SHARE;
88 if ($testtype == COOKIE_ONLY);
93 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;
106 if ($testtype == FALLBACK_FROM_TLS_1_3) {
112 if ($testtype == DOWNGRADE_TO_TLS_1_2) {
H A D70-test_tls13psk.t58 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) {
/openssl/test/
H A Dendecode_test.c314 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov() local
318 testtype, in decode_EVP_PKEY_prov()
H A Dsslapitest.c3936 static int early_data_skip_helper(int testtype, int cipher, int idx) in early_data_skip_helper() argument
3973 if (testtype == 1 || testtype == 2) { in early_data_skip_helper()
3998 if (testtype == 3 in early_data_skip_helper()
4017 switch (testtype) { in early_data_skip_helper()

Completed in 52 milliseconds