@ -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.1
Version: 3.0.1
Release: 13 %{?dist}
Release: 14 %{?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.
@ -412,6 +412,10 @@ install -m644 %{SOURCE9} \
%ldconfig_scriptlets libs
%ldconfig_scriptlets libs
%changelog
%changelog
* Fri Feb 25 2022 Clemens Lang <cllang@redhat.com> - 1:3.0.1-14
- Prevent use of SHA1 with ECDSA
- Resolves: rhbz#2031742
* Fri Feb 25 2022 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.0.1-13
* Fri Feb 25 2022 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.0.1-13
- OpenSSL will generate keys with prime192v1 curve if it is provided using explicit parameters
- OpenSSL will generate keys with prime192v1 curve if it is provided using explicit parameters
- Resolves: rhbz#1977867
- Resolves: rhbz#1977867