From a4086ec1775ac32492bd2ba734048c28e2bab2d8 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Fri, 24 Jan 2025 16:37:44 +0100 Subject: [PATCH] Locally configured providers should not interfere with openssl build-time tests Resolves: RHEL-76182 --- 0025-for-tests.patch | 10 +++++++++- openssl.spec | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/0025-for-tests.patch b/0025-for-tests.patch index aef200b..0e0146c 100644 --- a/0025-for-tests.patch +++ b/0025-for-tests.patch @@ -1,7 +1,7 @@ diff -up openssl-3.0.0/apps/openssl.cnf.xxx openssl-3.0.0/apps/openssl.cnf --- openssl-3.0.0/apps/openssl.cnf.xxx 2021-11-23 16:29:50.618691603 +0100 +++ openssl-3.0.0/apps/openssl.cnf 2021-11-23 16:28:16.872882099 +0100 -@@ -55,11 +55,11 @@ providers = provider_sect +@@ -55,17 +55,17 @@ providers = provider_sect # to side-channel attacks and as such have been deprecated. [provider_sect] @@ -16,3 +16,11 @@ diff -up openssl-3.0.0/apps/openssl.cnf.xxx openssl-3.0.0/apps/openssl.cnf ##[legacy_sect] ##activate = 1 + +-#Place the third party provider configuration files into this folder +-.include /etc/pki/tls/openssl.d ++##Place the third party provider configuration files into this folder ++#.include /etc/pki/tls/openssl.d + + +#################################################################### diff --git a/openssl.spec b/openssl.spec index 1992079..19c869b 100644 --- a/openssl.spec +++ b/openssl.spec @@ -548,6 +548,8 @@ touch $RPM_BUILD_ROOT/%{_prefix}/include/openssl/engine.h Resolves: RHEL-66163 - Ensure correct fips.so checksum calculation Resolves: RHEL-73170 +- Locally configured providers should not interfere with openssl build-time tests + Resolves: RHEL-76182 * Tue Oct 29 2024 Troy Dawson - 1:3.2.2-14 - Bump release for October 2024 mass rebuild: