OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testtype
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
tconversion.pl
24
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
-f.$to"
[
all
...]
70-test_key_share.t
42
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
= LOOK_ONLY
[
all
...]
70-test_sslversions.t
25
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
== UNRECOGNISED_VERSIONS)
[
all
...]
70-test_comp.t
37
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) {
70-test_sslsignature.t
47
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
== NO_CORRUPTION
[
all
...]
70-test_sslsigalgs.t
60
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
= EMPTY_SIG_ALGS_EXT
[
all
...]
70-test_sslextension.t
41
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
= UNSOLICITED_SERVER_NAME_TLS13
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/recipes/
70-test_sslversions.t
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;
147
if ($
testtype
== REVERSE_ORDER_VERSIONS) {
152
} elsif ($
testtype
== UNRECOGNISED_VERSIONS)
[
all
...]
70-test_certtypeext.t
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) {
70-test_key_share.t
45
my $
testtype
;
78
$
testtype
= EMPTY_EXTENSION;
98
$
testtype
= MISSING_EXTENSION;
148
$
testtype
= ACCEPTABLE_AT_END;
156
$
testtype
= NOT_IN_SUPPORTED_GROUPS;
162
$
testtype
= GROUP_ID_TOO_SHORT;
168
$
testtype
= KEX_LEN_MISMATCH;
174
$
testtype
= ZERO_LEN_KEX_DATA;
180
$
testtype
= TRAILING_DATA;
187
$
testtype
= LOOK_ONLY
[
all
...]
70-test_sslsigalgs.t
74
my $
testtype
;
84
$
testtype
= NO_SIG_ALGS_EXT;
90
$
testtype
= EMPTY_SIG_ALGS_EXT;
96
$
testtype
= NO_KNOWN_SIG_ALGS;
103
$
testtype
= NO_PSS_SIG_ALGS;
111
$
testtype
= PSS_ONLY_SIG_ALGS;
120
$
testtype
= RSAPSSPSS_SIG_ALG;
134
$
testtype
= MLDSA65_SIG_ALG;
179
$
testtype
= NO_SIG_ALGS_EXT;
189
$
testtype
= NO_SIG_ALGS_EXT
[
all
...]
70-test_sslsignature.t
46
my $
testtype
= NO_CORRUPTION;
58
$
testtype
= CORRUPT_SERVER_CERT_VERIFY;
64
#$
testtype
= CORRUPT_CLIENT_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
[
all
...]
70-test_tls13downgrade.t
47
my $
testtype
= DOWNGRADE_TO_TLS_1_2;
54
$
testtype
= DOWNGRADE_TO_TLS_1_2_WITH_TLS_1_1_SIGNAL;
62
$
testtype
= FALLBACK_FROM_TLS_1_3;
76
$
testtype
= DOWNGRADE_TO_TLS_1_1;
85
$
testtype
= DOWNGRADE_TO_TLS_1_1_WITH_TLS_1_2_SIGNAL;
95
$
testtype
= DOWNGRADE_TO_TLS_1_1;
147
if ($
testtype
== DOWNGRADE_TO_TLS_1_2_WITH_TLS_1_1_SIGNAL) {
150
} elsif ($
testtype
== DOWNGRADE_TO_TLS_1_1_WITH_TLS_1_2_SIGNAL) {
161
if ($
testtype
== FALLBACK_FROM_TLS_1_3) {
168
if ($
testtype
== DOWNGRADE_TO_TLS_1_
[
all
...]
70-test_tls13hrr.t
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)
[
all
...]
70-test_sslextension.t
41
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
[
all
...]
70-test_tls13cookie.t
42
my $
testtype
;
46
$
testtype
= COOKIE_AND_KEY_SHARE;
63
$
testtype
= COOKIE_ONLY;
88
if ($
testtype
== COOKIE_ONLY);
93
if ($
testtype
== COOKIE_ONLY) {
70-test_tls13psk.t
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) {
/src/crypto/external/bsd/openssl/dist/test/recipes/
70-test_sslversions.t
25
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
== UNRECOGNISED_VERSIONS)
[
all
...]
70-test_comp.t
36
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) {
70-test_key_share.t
45
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
= LOOK_ONLY
[
all
...]
70-test_sslsignature.t
47
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
== NO_CORRUPTION
[
all
...]
70-test_sslsigalgs.t
61
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
= EMPTY_SIG_ALGS_EXT
[
all
...]
70-test_tls13hrr.t
53
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) {
tconversion.pl
29
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") {
70-test_sslextension.t
41
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
[
all
...]
Completed in 40 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026