|
|
|
@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
|
|
|
|
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
|
|
|
|
Name: openssl
|
|
|
|
|
Version: 3.0.1
|
|
|
|
|
Release: 31%{?dist}
|
|
|
|
|
Release: 32%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
|
@ -449,6 +449,10 @@ install -m644 %{SOURCE9} \
|
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu May 19 2022 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.0.1-32
|
|
|
|
|
- `openssl ecparam -list_curves` lists only FIPS-approved curves in FIPS mode
|
|
|
|
|
- Resolves: rhbz#2083240
|
|
|
|
|
|
|
|
|
|
* Wed May 18 2022 Clemens Lang <cllang@redhat.com> - 1:3.0.1-31
|
|
|
|
|
- Disable SHA-1 signature verification in FIPS mode
|
|
|
|
|
- Disable EVP_PKEY_sign/EVP_PKEY_verify in FIPS mode
|
|
|
|
|