37 lines
1.9 KiB
Diff
37 lines
1.9 KiB
Diff
diff -rupN --no-dereference openssl-3.0.9/test/recipes/15-test_ec.t openssl-3.0.9-new/test/recipes/15-test_ec.t
|
|
--- openssl-3.0.9/test/recipes/15-test_ec.t 2023-05-30 14:31:57.000000000 +0200
|
|
+++ openssl-3.0.9-new/test/recipes/15-test_ec.t 2023-05-31 14:33:11.961115076 +0200
|
|
@@ -90,7 +90,7 @@ subtest 'Ed448 conversions -- public key
|
|
|
|
subtest 'Check loading of fips and non-fips keys' => sub {
|
|
plan skip_all => "FIPS is disabled"
|
|
- if $no_fips;
|
|
+ if 1; #Red Hat specific, original value is $no_fips;
|
|
|
|
plan tests => 2;
|
|
|
|
diff -rupN --no-dereference openssl-3.0.9/test/recipes/65-test_cmp_protect.t openssl-3.0.9-new/test/recipes/65-test_cmp_protect.t
|
|
--- openssl-3.0.9/test/recipes/65-test_cmp_protect.t 2023-05-30 14:31:57.000000000 +0200
|
|
+++ openssl-3.0.9-new/test/recipes/65-test_cmp_protect.t 2023-05-31 14:33:11.962115075 +0200
|
|
@@ -27,7 +27,7 @@ plan skip_all => "This test is not suppo
|
|
plan skip_all => "This test is not supported in a shared library build on Windows"
|
|
if $^O eq 'MSWin32' && !disabled("shared");
|
|
|
|
-plan tests => 2 + ($no_fips ? 0 : 1); #fips test
|
|
+plan skip_all => 2 + ($no_fips ? 0 : 1); #fips test
|
|
|
|
my @basic_cmd = ("cmp_protect_test",
|
|
data_file("server.pem"),
|
|
diff -rupN --no-dereference openssl-3.0.9/test/recipes/65-test_cmp_vfy.t openssl-3.0.9-new/test/recipes/65-test_cmp_vfy.t
|
|
--- openssl-3.0.9/test/recipes/65-test_cmp_vfy.t 2023-05-30 14:31:57.000000000 +0200
|
|
+++ openssl-3.0.9-new/test/recipes/65-test_cmp_vfy.t 2023-05-31 14:33:11.962115075 +0200
|
|
@@ -27,7 +27,7 @@ plan skip_all => "This test is not suppo
|
|
plan skip_all => "This test is not supported in a no-ec build"
|
|
if disabled("ec");
|
|
|
|
-plan tests => 2 + ($no_fips ? 0 : 1); #fips test
|
|
+plan skip_all => 2 + ($no_fips ? 0 : 1); #fips test
|
|
|
|
my @basic_cmd = ("cmp_vfy_test",
|
|
data_file("server.crt"), data_file("client.crt"),
|