Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A D70-test_key_share.t44 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 …]
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_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_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) {
218 $testtype = UNSOLICITED_SERVER_NAME;
239 $testtype = NONCOMPLIANT_SUPPORTED_GROUPS;
252 $testtype = UNSOLICITED_SCT;
265 $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.t201 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 …]
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_tls13hrr.t50 my $testtype = CHANGE_HRR_CIPHERSUITE;
64 $testtype = CHANGE_CH1_CIPHERSUITE;
77 $testtype = DUPLICATE_HRR;
85 if ($testtype == CHANGE_HRR_CIPHERSUITE) {
101 if ($testtype == DUPLICATE_HRR) {
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.c301 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov() local
305 testtype, in decode_EVP_PKEY_prov()
H A Dsslapitest.c3685 static int early_data_skip_helper(int testtype, int idx) in early_data_skip_helper() argument
3698 if (testtype == 1 || testtype == 2) { in early_data_skip_helper()
3723 if (testtype == 3 in early_data_skip_helper()
3742 switch (testtype) { in early_data_skip_helper()

Completed in 75 milliseconds