|
|
@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
|
|
|
|
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.7
|
|
|
|
Version: 3.0.7
|
|
|
|
Release: 27%{?dist}
|
|
|
|
Release: 27%{?dist}.inferit
|
|
|
|
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.
|
|
|
@ -243,6 +243,8 @@ Requires: ca-certificates >= 2008-5
|
|
|
|
Requires: crypto-policies >= 20180730
|
|
|
|
Requires: crypto-policies >= 20180730
|
|
|
|
%if ( %{defined rhel} && (! %{defined centos}) )
|
|
|
|
%if ( %{defined rhel} && (! %{defined centos}) )
|
|
|
|
Requires: openssl-fips-provider
|
|
|
|
Requires: openssl-fips-provider
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
Obsoletes: openssl-fips-provider
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
%description libs
|
|
|
@ -553,6 +555,9 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 20 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:3.0.7-27.inferit
|
|
|
|
|
|
|
|
- INF-1407: Obsoletes openssl-fips-provider
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 21 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.0.7-27
|
|
|
|
* Wed Feb 21 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.0.7-27
|
|
|
|
- Use certified FIPS module instead of freshly built one in Red Hat distribution
|
|
|
|
- Use certified FIPS module instead of freshly built one in Red Hat distribution
|
|
|
|
Related: RHEL-23474
|
|
|
|
Related: RHEL-23474
|
|
|
|