forked from rpms/openssl
Adds support for IDEA encryption.
Resolves: rhbz#1990602 Signed-off-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
parent
0c6f4a599c
commit
03899fca38
@ -15,7 +15,7 @@
|
||||
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
||||
Name: openssl
|
||||
Version: 3.0.0
|
||||
Release: 0.beta2.3%{?dist}
|
||||
Release: 0.beta2.4%{?dist}
|
||||
Epoch: 1
|
||||
# We have to remove certain patented algorithms from the openssl source
|
||||
# tarball with the hobble-openssl script which is included below.
|
||||
@ -203,7 +203,7 @@ export HASHBANGPERL=/usr/bin/perl
|
||||
--system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \
|
||||
zlib enable-camellia enable-seed enable-rfc3779 enable-sctp \
|
||||
enable-cms enable-md2 enable-rc5 enable-ktls enable-fips\
|
||||
no-idea no-mdc2 no-ec2m no-sm2 no-sm4 \
|
||||
no-mdc2 no-ec2m no-sm2 no-sm4 \
|
||||
shared ${sslarch} $RPM_OPT_FLAGS '-DDEVRANDOM="\"/dev/urandom\""'
|
||||
|
||||
# Do not run this in a production package the FIPS symbols must be patched-in
|
||||
@ -384,6 +384,10 @@ install -m644 %{SOURCE9} \
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%changelog
|
||||
* Mon Aug 16 2021 Sahana Prasad <sahana@redhat.com> - 3.0.0-0.beta2.4
|
||||
- Adds support for IDEA encryption.
|
||||
- Resolves: rhbz#1990602
|
||||
|
||||
* Tue Aug 10 2021 Sahana Prasad <sahana@redhat.com> - 3.0.0-0.beta2.3
|
||||
- Fixes core dump in openssl req -modulus
|
||||
- Fixes 'openssl req' to not ask for password when non-encrypted private key
|
||||
|
Loading…
Reference in New Issue
Block a user