Files
openssl-3/openssl-disable-75-test_quicapi-test.patch
Pedro Monreal Gonzalez 30c6de24df - Update to 3.5.2:
* Miscellaneous minor bug fixes.
  * The FIPS provider now performs a PCT on key import for RSA, EC and ECX.
    This is mandated by FIPS 140-3 IG 10.3.A additional comment 1.
- Rebase patches:
  * openssl-FIPS-140-3-keychecks.patch
  * openssl-FIPS-NO-DES-support.patch
  * openssl-FIPS-enforce-EMS-support.patch
  * openssl-disable-fipsinstall.patch
- Move ssl configuration files to the libopenssl package [bsc#1247463]
- Don't install unneeded NOTES

OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=153
2025-08-06 13:16:19 +00:00

16 lines
655 B
Diff

Index: openssl-3.5.0/test/recipes/75-test_quicapi.t
===================================================================
--- openssl-3.5.0.orig/test/recipes/75-test_quicapi.t
+++ openssl-3.5.0/test/recipes/75-test_quicapi.t
@@ -19,8 +19,8 @@ use lib bldtop_dir('.');
my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0);
-plan skip_all => "QUIC protocol is not supported by this OpenSSL build"
- if disabled('quic');
+plan skip_all => "Test is disabled in this OpenSSL build"
+ if 1;
plan skip_all => "These tests are not supported in a fuzz build"
if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;