!11 add SM2 genkey function

From: @wangyoukang 
Reviewed-by: @mailofzxf 
Signed-off-by: @mailofzxf
This commit is contained in:
openeuler-ci-bot 2023-08-01 07:00:35 +00:00 committed by Gitee
commit 5ad629c747
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1076 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: tpm2-tss-engine Name: tpm2-tss-engine
Version: 1.1.0 Version: 1.1.0
Release: 1.u1 Release: 1.u2
Summary: OpenSSL Engine for TPM2 devices using the tpm2-tss software stack Summary: OpenSSL Engine for TPM2 devices using the tpm2-tss software stack
License: BSD License: BSD
@ -8,6 +8,7 @@ URL: https://github.com/tpm2-software/tpm2-tss-engine
Source0: https://github.com/tpm2-software/tpm2-tss-engine/releases/download/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/tpm2-software/tpm2-tss-engine/releases/download/v%{version}/%{name}-%{version}.tar.gz
Patch10001: 0001-add-bootstrap-for-source-code-compilation.patch Patch10001: 0001-add-bootstrap-for-source-code-compilation.patch
Patch10002: 0002-add-SM2-genkey-function.patch
BuildRequires: make BuildRequires: make
BuildRequires: autoconf BuildRequires: autoconf
@ -84,7 +85,12 @@ uses the tpm2-tss software stack
%changelog %changelog
* Tue Aug 31 2023 wangyoukang<wangyoukang@xfusio.com> - 1.1.0-1.u1 * Tue Aug 1 2023 wangyoukang<wangyoukang@xfusio.com> - 1.1.0-1.u2
- Type:bugfix
- CVE:
- DESC: add SM2 genkey function
* Tue Aug 1 2023 wangyoukang<wangyoukang@xfusio.com> - 1.1.0-1.u1
- Type:bugfix - Type:bugfix
- CVE: - CVE:
- DESC: add bootstratp for source code compilation - DESC: add bootstratp for source code compilation