|
|
@ -15,7 +15,7 @@
|
|
|
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
|
|
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
|
|
|
Name: openssl
|
|
|
|
Name: openssl
|
|
|
|
Version: 3.0.0
|
|
|
|
Version: 3.0.0
|
|
|
|
Release: 0.alpha16.4%{?dist}
|
|
|
|
Release: 0.alpha16.5%{?dist}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
@ -47,9 +47,9 @@ Patch6: 0006-Disable-signature-verification-with-totally-unsafe-h.patch
|
|
|
|
# Add support for PROFILE=SYSTEM system default cipherlist
|
|
|
|
# Add support for PROFILE=SYSTEM system default cipherlist
|
|
|
|
Patch7: 0007-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch
|
|
|
|
Patch7: 0007-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch
|
|
|
|
# Add FIPS_mode() compatibility macro
|
|
|
|
# Add FIPS_mode() compatibility macro
|
|
|
|
Patch8: 0008-Add-FIPS_mode-compatibility-macro.patch
|
|
|
|
#Patch8: 0008-Add-FIPS_mode-compatibility-macro.patch
|
|
|
|
# Add check to see if fips flag is enabled in kernel
|
|
|
|
# Add check to see if fips flag is enabled in kernel
|
|
|
|
Patch9: 0009-Add-Kernel-FIPS-mode-flag-support.patch
|
|
|
|
#Patch9: 0009-Add-Kernel-FIPS-mode-flag-support.patch
|
|
|
|
# Avoid sending alerts after shutdown
|
|
|
|
# Avoid sending alerts after shutdown
|
|
|
|
Patch10: 0010-Avoid-sending-alert-after-shutdown.patch
|
|
|
|
Patch10: 0010-Avoid-sending-alert-after-shutdown.patch
|
|
|
|
# remove unsupported EC curves
|
|
|
|
# remove unsupported EC curves
|
|
|
@ -383,6 +383,11 @@ export LD_LIBRARY_PATH
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 02 2021 Sahana Prasad <sahana@redhat.com> 3.0.0-0.alpha16.5
|
|
|
|
|
|
|
|
- Fixes system hang issue when booted in FIPS mode (sahana@redhat.com)
|
|
|
|
|
|
|
|
- Temporarily disable downstream FIPS patches
|
|
|
|
|
|
|
|
- Related: rhbz#1977318
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 11 2021 Mohan Boddu <mboddu@redhat.com> 3.0.0-0.alpha16.4
|
|
|
|
* Fri Jun 11 2021 Mohan Boddu <mboddu@redhat.com> 3.0.0-0.alpha16.4
|
|
|
|
- Speeding up building openssl (dbelyavs@redhat.com)
|
|
|
|
- Speeding up building openssl (dbelyavs@redhat.com)
|
|
|
|
Resolves: rhbz#1903209
|
|
|
|
Resolves: rhbz#1903209
|
|
|
|