Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 81) sorted by relevance

1234

/openssl/test/recipes/
H A D80-test_ssl_old.t127 skip 'failure', 16 unless
133 skip 'failure', 15 unless
140 skip 'failure', 14 unless
146 skip 'failure', 13 unless
152 skip 'failure', 12 unless
157 skip 'failure', 11 unless
161 skip 'failure', 10 unless
167 skip 'failure', 9 unless
176 skip 'failure', 8 unless
182 skip 'failure', 7 unless
[all …]
H A D80-test_ssl_new.t97 my %skip = (
134 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
138 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
142 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
148 my ($conf, $check_source, $skip, $provider) = @_;
157 skip 'failure', 2 unless
165 skip "Skipping generated source test for $conf", 1
173 skip "No tests available; skipping tests", 1 if $skip;
174 skip "Stale sources; skipping tests", 1 if !$run_test;
H A D25-test_verify_store.t41 skip 'failure', 8 unless
50 skip 'failure', 7 unless
57 skip 'failure', 6 unless
63 skip 'failure', 5 unless
69 skip 'failure', 4 unless
74 skip 'failure', 3 unless
82 skip 'failure', 2 unless
95 skip 'failure', 0 unless
H A D80-test_tsa.t105 skip "failed", 19
111 skip "failed", 18
116 skip "failed", 17
121 skip "failed", 16
146 skip "failed", 11
158 skip "failed", 10
167 skip "failed", 8
172 skip "failed", 7
221 skip "failure", 2
H A D20-test_pkeyutl.t24 skip "Skipping tests that require EC, SM2 or SM3", 2
44 skip "Skipping tests that require EC", 4
129 skip "RSA is not supported by this OpenSSL build", 1
149 skip "DSA is not supported by this OpenSSL build", 1
161 skip "ECDSA is not supported by this OpenSSL build", 1
173 skip "EdDSA is not supported by this OpenSSL build", 2
H A D20-test_dgst.t55 skip "RSA is not supported by this OpenSSL build", 1
66 skip "DSA is not supported by this OpenSSL build", 1
77 skip "ECDSA is not supported by this OpenSSL build", 1
88 skip "EdDSA is not supported by this OpenSSL build", 2
91 skip "EdDSA is not supported with `dgst` CLI", 2;
107 skip "dgst with engine is not supported by this OpenSSL build", 1
193 skip "ECDSA is not supported by this OpenSSL build", 1
H A D80-test_pkcs12.t67 skip "VMS doesn't have command line UTF-8 support yet in DCL", 1
95 skip "Skipping PKCS#12 test because DES is disabled in this build", 1
107 skip "Skipping legacy PKCS#12 test because the required algorithms are disabled", 1
174 skip "Skipping PKCS#12 parse test because DES is disabled in this build", 1
184 skip "Skipping PKCS#12 parse test because the required algorithms are disabled", 1
H A D15-test_rsa.t36 skip "Skipping $cmd conversion test", 3
51 skip "Skipping msblob conversion test", 1
61 skip "Skipping PVK conversion test", 1
H A D80-test_ca.t34 skip "failed creating CA structure", 4
41 skip "failed creating new certificate request", 3
46 skip "failed to sign certificate request", 2
53 skip "CT not configured, can't use -precert", 1
63 skip "SM2 is not supported by this OpenSSL build", 1
H A D25-test_req.t61 skip "RSA is not supported by this OpenSSL build", 2
89 skip "RSA is not supported by this OpenSSL build", 2
145 skip "RSA is not supported by this OpenSSL build", 2
226 skip "DSA is not supported by this OpenSSL build", 2
246 skip "ECDSA is not supported by this OpenSSL build", 2
266 skip "Ed25519 is not supported by this OpenSSL build", 2
286 skip "Ed448 is not supported by this OpenSSL build", 2
319 skip "SM2 is not supported by this OpenSSL build", 4
H A D79-test_http.t18 skip "sockets disabled", 1 if disabled("sock");
19 skip "OCSP disabled", 1 if disabled("ocsp");
H A D25-test_verify.t342 skip "EC is not supported by this OpenSSL build", 3
357 skip "EC is not supported or FIPS is disabled", 3
488 skip "Ed25519 is not supported by this OpenSSL build", 6
513 skip "SM2 is not supported by this OpenSSL build", 2 if disabled("sm2");
529 skip "Couldn't create certplusrsa.pem", 1
543 skip "Couldn't create rsapluscert.pem", 1
H A D30-test_provider_status.t37 skip "Skipping legacy test", 1
44 skip "Skipping fips test", 1
H A D70-test_sslsignature.t53 skip "TLSv1.3 disabled", 1
86 skip "TLS <= 1.2 disabled", 2
98 skip "DH disabled", 1 if disabled("dh");
H A D70-test_sslsigalgs.t63 skip "TLSv1.3 disabled", 6
112 skip "EC or TLSv1.3 disabled", 1
124 skip "EC, TLSv1.3 or TLSv1.2 disabled", 1
138 skip "EC or TLSv1.2 disabled", 10 if disabled("tls1_2") || disabled("ec");
241 skip "TLSv1.3 disabled", 2
257 skip "TLSv1.2 disabled", 1 if disabled("tls1_2");
270 skip "TLSv1.3 disabled", 5
H A D70-test_renegotiation.t55 skip "TLSv1.2 or TLSv1.1 disabled", 1
84 skip "TLSv1.2 disabled", 1
99 skip "TLSv1.2 and TLSv1.1 disabled", 1
H A D70-test_sslextension.t197 skip "TLS <= 1.2 disabled", 4 if $no_below_tls13;
234 skip "TLS <= 1.2 disabled or EC disabled", 1
246 skip "TLS <= 1.2 or CT disabled", 1
259 skip "TLS 1.3 disabled", 1
H A D60-test_x509_check_cert_pkey.t37 skip "DSA disabled", 1, if disabled("dsa");
45 skip "EC disabled", 2 if disabled("ec");
H A D15-test_out_option.t29 skip 'Directories become writable files on OpenVMS', 1 if $^O eq 'VMS';
62skip "It's not safe to use perl's idea of the NULL device in an explicitly cross compiled build", 1
H A D70-test_sslmessages.t193 skip "No OCSP support in this OpenSSL build", 3
306 skip "No CT, EC or OCSP support in this OpenSSL build", 1
325 skip "No OCSP support in this OpenSSL build", 1
341 skip "No CT, EC or OCSP support in this OpenSSL build", 1
365 skip "No NPN support in this OpenSSL build", 3
399 skip "No SRP support in this OpenSSL build", 1
418 skip "No EC support in this OpenSSL build", 1 if disabled("ec");
H A D90-test_store.t189 skip "file: tests disabled on MingW", 4 if $^O =~ /^msys$/;
217 skip "file: tests disabled on MingW", 2 if $^O =~ /^msys$/;
228 skip "file: tests disabled on MingW", 1 if $^O =~ /^msys$/;
236 skip "file: tests disabled on MingW", 1 if $^O =~ /^msys$/;
248 skip "file: tests disabled on MingW", 1 if $^O =~ /^msys$/;
275 skip "failed rehash initialisation", 6 unless $rehash;
H A D03-test_fipsinstall.t217 skip "Skipping KAS DH corruption test because of no dh in this build", 1
231 skip "Skipping Signature DSA corruption test because of no dsa in this build", 1
244 skip "Skipping Asymmetric RSA corruption test because of no rsa in this build", 1
/openssl/crypto/ec/
H A Dec2_oct.c133 size_t field_len, i, skip; in ossl_ec_GF2m_simple_point2oct() local
200 if (skip > field_len) { in ossl_ec_GF2m_simple_point2oct()
204 while (skip > 0) { in ossl_ec_GF2m_simple_point2oct()
206 skip--; in ossl_ec_GF2m_simple_point2oct()
208 skip = BN_bn2bin(x, buf + i); in ossl_ec_GF2m_simple_point2oct()
209 i += skip; in ossl_ec_GF2m_simple_point2oct()
218 if (skip > field_len) { in ossl_ec_GF2m_simple_point2oct()
222 while (skip > 0) { in ossl_ec_GF2m_simple_point2oct()
224 skip--; in ossl_ec_GF2m_simple_point2oct()
226 skip = BN_bn2bin(y, buf + i); in ossl_ec_GF2m_simple_point2oct()
[all …]
H A Decp_oct.c167 size_t field_len, i, skip; in ossl_ec_GFp_simple_point2oct() local
226 if (skip > field_len) { in ossl_ec_GFp_simple_point2oct()
230 while (skip > 0) { in ossl_ec_GFp_simple_point2oct()
232 skip--; in ossl_ec_GFp_simple_point2oct()
234 skip = BN_bn2bin(x, buf + i); in ossl_ec_GFp_simple_point2oct()
235 i += skip; in ossl_ec_GFp_simple_point2oct()
244 if (skip > field_len) { in ossl_ec_GFp_simple_point2oct()
248 while (skip > 0) { in ossl_ec_GFp_simple_point2oct()
250 skip--; in ossl_ec_GFp_simple_point2oct()
252 skip = BN_bn2bin(y, buf + i); in ossl_ec_GFp_simple_point2oct()
[all …]
/openssl/
H A DConfigure2113 if (! @skip || $skip[$#skip] > 0) {
2134 if (!@skip || $skip[$#skip] > 0) {
2140 if (!@skip || $skip[$#skip] > 0) {
2150 if !@skip || $skip[$#skip] > 0; },
2155 if !@skip || $skip[$#skip] > 0; },
2160 if !@skip || $skip[$#skip] > 0; },
2165 if !@skip || $skip[$#skip] > 0; },
2170 if !@skip || $skip[$#skip] > 0; },
2175 if !@skip || $skip[$#skip] > 0; },
2180 if !@skip || $skip[$#skip] > 0; },
[all …]

Completed in 46 milliseconds

1234