Symbol: TEST_skip
crypto/openssl/test/acvp_test.c
1427
return TEST_skip("x931 signing is not allowed");
crypto/openssl/test/acvp_test.c
368
return TEST_skip("not supported by FIPS provider version");
crypto/openssl/test/acvp_test.c
371
return TEST_skip("Curve %s not supported by the FIPS provider", curve);
crypto/openssl/test/acvp_test.c
570
return TEST_skip("DSA signing is not allowed");
crypto/openssl/test/bio_dgram_test.c
181
testresult = TEST_skip("BIO_bind() failed - assuming it's an unavailable address family");
crypto/openssl/test/cipher_overhead_test.c
44
TEST_skip("Skipping disabled cipher %s", ciph->name);
crypto/openssl/test/drbgtest.c
553
return TEST_skip("CRNGT cannot be disabled");
crypto/openssl/test/drbgtest.c
805
return TEST_skip("CRNGT cannot be disabled");
crypto/openssl/test/ecdsatest.c
101
return TEST_skip("skip non approved curves");
crypto/openssl/test/ectest.c
3216
return TEST_skip("custom params not supported with SM2");
crypto/openssl/test/ectest.c
3234
ret = TEST_skip("binary curves not supported in this build");
crypto/openssl/test/endecode_test.c
661
return TEST_skip("Test not available if using a non-default library context or FIPS provider");
crypto/openssl/test/endecode_test.c
781
return TEST_skip("Test not available if using a non-default library context or FIPS provider");
crypto/openssl/test/endecode_test.c
798
return TEST_skip("Legacy provider not available");
crypto/openssl/test/evp_extra_test.c
1800
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
1874
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
2029
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
2066
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
2113
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
2211
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
3415
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
3901
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
4036
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
4248
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
4430
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
4574
return TEST_skip("Test requires legacy provider to be loaded");
crypto/openssl/test/evp_extra_test.c
4654
return TEST_skip("Test requires legacy provider to be loaded");
crypto/openssl/test/evp_extra_test.c
4694
return TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
5439
return TEST_skip("Test requires legacy provider to be loaded");
crypto/openssl/test/evp_extra_test.c
5793
return TEST_skip("Non-default libctx");
crypto/openssl/test/evp_extra_test.c
5888
return TEST_skip("Non-default libctx");
crypto/openssl/test/evp_extra_test.c
5938
testresult = TEST_skip("Test does not support a non-default library context");
crypto/openssl/test/evp_extra_test.c
6177
return TEST_skip("signing not supported for X25519/X448/ML-KEM");
crypto/openssl/test/evp_extra_test.c
6182
return TEST_skip("no public key present");
crypto/openssl/test/evp_extra_test.c
6522
return TEST_skip("Test requires legacy provider to be loaded");
crypto/openssl/test/evp_kdf_test.c
519
return TEST_skip("PBKDF1 only available in legacy provider");
crypto/openssl/test/evp_kdf_test.c
564
return TEST_skip("PBKDF1 only available in legacy provider");
crypto/openssl/test/evp_pkey_dparams_test.c
278
return TEST_skip("Not applicable test");
crypto/openssl/test/localetest.c
102
return TEST_skip("Cannot set the locale necessary for test");
crypto/openssl/test/localetest.c
131
return TEST_skip("Locale support not available");
crypto/openssl/test/prov_config_test.c
94
return TEST_skip("Skipping modulepath test as provider not present");
crypto/openssl/test/quic_ackm_test.c
352
TEST_skip("skipping test for app space");
crypto/openssl/test/quic_multistream_test.c
1805
TEST_skip("threading not supported, skipping");
crypto/openssl/test/quic_multistream_test.c
5919
TEST_skip("cannot test in blocking mode without threads");
crypto/openssl/test/quic_multistream_test.c
6020
return TEST_skip("QUIC is not supported by this build");
crypto/openssl/test/quic_tserver_test.c
80
TEST_skip("thread assisted mode not enabled");
crypto/openssl/test/quicapitest.c
1183
return TEST_skip("Blocking tests not supported in this build");
crypto/openssl/test/quicapitest.c
226
return TEST_skip("Blocking tests not supported in this build");
crypto/openssl/test/quicapitest.c
2941
return TEST_skip("EC(X) keys are not supported in this build");
crypto/openssl/test/quicapitest.c
66
return TEST_skip("Blocking tests not supported in this build");
crypto/openssl/test/radix/quic_bindings.c
795
TEST_skip("threading not supported, skipping");
crypto/openssl/test/rpktest.c
178
testresult = TEST_skip("EDCSA disabled");
crypto/openssl/test/rpktest.c
195
testresult = TEST_skip("EDCSA disabled");
crypto/openssl/test/rpktest.c
203
testresult = TEST_skip("TLSv1.3 disabled");
crypto/openssl/test/rpktest.c
211
testresult = TEST_skip("TLSv1.2 disabled");
crypto/openssl/test/rpktest.c
353
testresult = TEST_skip("PHA requires TLSv1.3");
crypto/openssl/test/rpktest.c
391
testresult = TEST_skip("Only testing resumption with server RPK");
crypto/openssl/test/rpktest.c
400
testresult = TEST_skip("Only testing resumption with server RPK");
crypto/openssl/test/rpktest.c
411
testresult = TEST_skip("Only testing resumption with server RPK");
crypto/openssl/test/rpktest.c
415
testresult = TEST_skip("Only testing client authentication resumption with client RPK");
crypto/openssl/test/rpktest.c
435
testresult = TEST_skip("Only testing resumption with server RPK");
crypto/openssl/test/rpktest.c
439
testresult = TEST_skip("Only testing client authentication resumption with client RPK");
crypto/openssl/test/ssl_ctx_test.c
100
return TEST_skip("Protocol not supported");
crypto/openssl/test/ssl_test.c
412
ret = TEST_skip("FIPS provider unable to run this test");
crypto/openssl/test/sslapitest.c
11061
return TEST_skip("TLS 1.2 is disabled.");
crypto/openssl/test/sslapitest.c
11415
return TEST_skip("DH not supported by this build");
crypto/openssl/test/sslapitest.c
1158
testresult = TEST_skip("Kernel does not support KTLS");
crypto/openssl/test/sslapitest.c
1163
testresult = TEST_skip("CHACHA is not supported in FIPS");
crypto/openssl/test/sslapitest.c
11901
TEST_skip("Unsupported protocol version");
crypto/openssl/test/sslapitest.c
11909
TEST_skip("Protocol version not supported with FIPS");
crypto/openssl/test/sslapitest.c
12072
return TEST_skip("No TLSv1.2");
crypto/openssl/test/sslapitest.c
12299
return TEST_skip("TLSv1.2 is disabled in this build");
crypto/openssl/test/sslapitest.c
12306
return TEST_skip("No usable TLSv1.3 in this build");
crypto/openssl/test/sslapitest.c
1248
testresult = TEST_skip("KTLS not supported for %s cipher %s",
crypto/openssl/test/sslapitest.c
1333
testresult = TEST_skip("Kernel does not support KTLS");
crypto/openssl/test/sslapitest.c
13350
return TEST_skip("TLSv1.2 is disabled in this build");
crypto/openssl/test/sslapitest.c
13358
return TEST_skip("DTLSv1.2 is disabled in this build");
crypto/openssl/test/sslapitest.c
1338
testresult = TEST_skip("CHACHA is not supported in FIPS");
crypto/openssl/test/sslapitest.c
13423
return TEST_skip("FIPS provider does not support MLKEM algorithms");
crypto/openssl/test/sslapitest.c
13500
return TEST_skip("SSL_CTX_set1_groups() is broken on 32-bit systems with TLS"
crypto/openssl/test/sslapitest.c
13537
return TEST_skip("No EC and DH support.");
crypto/openssl/test/sslapitest.c
1380
testresult = TEST_skip("Failed to enable KTLS for %s cipher %s",
crypto/openssl/test/sslapitest.c
1574
return TEST_skip("TLS 1.3 not supported");
crypto/openssl/test/sslapitest.c
1582
return TEST_skip("TLS 1.2 not supported");
crypto/openssl/test/sslapitest.c
1590
return TEST_skip("TLS 1.1 not supported");
crypto/openssl/test/sslapitest.c
1598
return TEST_skip("TLS 1 not supported");
crypto/openssl/test/sslapitest.c
1606
return TEST_skip("SSL 3 not supported");
crypto/openssl/test/sslapitest.c
1616
return TEST_skip("DTLS 1.2 not supported");
crypto/openssl/test/sslapitest.c
1622
return TEST_skip("DTLS 1 not supported by FIPS provider");
crypto/openssl/test/sslapitest.c
1628
return TEST_skip("DTLS 1 not supported");
crypto/openssl/test/sslapitest.c
1637
return TEST_skip("TLS versions < 1.2 not supported by FIPS provider");
crypto/openssl/test/sslapitest.c
3551
res = TEST_skip("Test took too long, ignoring result");
crypto/openssl/test/sslapitest.c
3971
return TEST_skip("Cipher not supported");
crypto/openssl/test/sslapitest.c
5015
return TEST_skip("X25519 might not be supported by fips provider.");
crypto/openssl/test/sslapitest.c
5021
return TEST_skip("X448 might not be supported by fips provider.");
crypto/openssl/test/sslapitest.c
5123
return TEST_skip("ML-KEM not supported in this version of fips provider");
crypto/openssl/test/sslapitest.c
5318
return TEST_skip("X25519 and X448 might not be available in fips provider.");
crypto/openssl/test/sslapitest.c
7278
return TEST_skip("No TLSv1.2 in this build");
crypto/openssl/test/sslapitest.c
9549
TEST_skip("Multiblock cipher is not available for %s", cipherlist);
crypto/openssl/test/sslapitest.c
9743
return TEST_skip("No TLSv1.3 available");
crypto/openssl/test/sslapitest.c
9748
return TEST_skip("No TLSv1.2 available");
crypto/openssl/test/test_test.c
536
return TEST_skip("skip test");
crypto/openssl/test/test_test.c
541
return TEST_skip("skip tests: %d", n);
crypto/openssl/test/test_test.c
550
return TEST_skip(NULL);
crypto/openssl/test/threadstest.c
1135
TEST_skip("multi default test already run");
crypto/openssl/test/threadstest.c
992
return TEST_skip("FIPS not supported");