Locally configured providers should not interfere with openssl build-time tests

Resolves: RHEL-76182
This commit is contained in:
Dmitry Belyavskiy 2025-01-24 16:37:44 +01:00
parent e5573d1b8d
commit a4086ec177
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
diff -up openssl-3.0.0/apps/openssl.cnf.xxx openssl-3.0.0/apps/openssl.cnf 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.xxx 2021-11-23 16:29:50.618691603 +0100
+++ openssl-3.0.0/apps/openssl.cnf 2021-11-23 16:28:16.872882099 +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. # to side-channel attacks and as such have been deprecated.
[provider_sect] [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] ##[legacy_sect]
##activate = 1 ##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
####################################################################

View File

@ -548,6 +548,8 @@ touch $RPM_BUILD_ROOT/%{_prefix}/include/openssl/engine.h
Resolves: RHEL-66163 Resolves: RHEL-66163
- Ensure correct fips.so checksum calculation - Ensure correct fips.so checksum calculation
Resolves: RHEL-73170 Resolves: RHEL-73170
- Locally configured providers should not interfere with openssl build-time tests
Resolves: RHEL-76182
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:3.2.2-14 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:3.2.2-14
- Bump release for October 2024 mass rebuild: - Bump release for October 2024 mass rebuild: