- provider: Support importing of RSA keys with just ME components (#2222878)
- Resolves: #2222878
This commit is contained in:
parent
089f7ad5c7
commit
eac80ef081
1082
openssl-ibmca-2.4.0-rsa-me.patch
Normal file
1082
openssl-ibmca-2.4.0-rsa-me.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,17 +9,19 @@
|
|||||||
Summary: OpenSSL engine and provider for IBMCA
|
Summary: OpenSSL engine and provider for IBMCA
|
||||||
Name: openssl-ibmca
|
Name: openssl-ibmca
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/opencryptoki
|
URL: https://github.com/opencryptoki
|
||||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
# post GA fixes
|
|
||||||
#Patch0: %%{name}-%%{version}-fixes.patch
|
|
||||||
# warn the user about engine being deprecated
|
# warn the user about engine being deprecated
|
||||||
Patch1: %{name}-2.3.1-engine-warning.patch
|
Patch1: %{name}-2.3.1-engine-warning.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2221894
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2221894
|
||||||
# https://github.com/opencryptoki/openssl-ibmca/commit/3ea8f4ed58e075e097856437c0732e11771931d0
|
# https://github.com/opencryptoki/openssl-ibmca/commit/3ea8f4ed58e075e097856437c0732e11771931d0
|
||||||
Patch2: %{name}-2.4.0-engine-defaults.patch
|
Patch2: %{name}-2.4.0-engine-defaults.patch
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2222878
|
||||||
|
# https://github.com/opencryptoki/openssl-ibmca/commit/f8a60b6678b1eb3ccadcb31f36bf7961ed8d5a9a
|
||||||
|
# https://github.com/opencryptoki/openssl-ibmca/commit/acba1d936bd84c7090ed7d3849b0bab3c7f18da0
|
||||||
|
Patch3: %{name}-2.4.0-rsa-me.patch
|
||||||
Requires: libica >= 4.0.0
|
Requires: libica >= 4.0.0
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -82,6 +84,10 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 17 2023 Dan Horák <dhorak@redhat.com> - 2.4.0-3
|
||||||
|
- provider: Support importing of RSA keys with just ME components (#2222878)
|
||||||
|
- Resolves: #2222878
|
||||||
|
|
||||||
* Tue Jul 11 2023 Dan Horák <dhorak@redhat.com> - 2.4.0-2
|
* Tue Jul 11 2023 Dan Horák <dhorak@redhat.com> - 2.4.0-2
|
||||||
- engine: Only register those algos specified with default_algorithms (#2221894)
|
- engine: Only register those algos specified with default_algorithms (#2221894)
|
||||||
- Resolves: #2221894
|
- Resolves: #2221894
|
||||||
|
Loading…
Reference in New Issue
Block a user