!40 support remote attestation

From: @houmingyong 
Reviewed-by: @hzero1996 
Signed-off-by: @hzero1996
This commit is contained in:
openeuler-ci-bot 2023-04-27 13:25:47 +00:00 committed by Gitee
commit 076802675d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 19058 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: itrustee_sdk
Version: 0.1.0
Release: 11
Release: 12
Summary: Confidential computing framework for developing TA on itrustee OS
ExclusiveArch: aarch64
@ -11,7 +11,8 @@ Source0: https://gitee.com/openeuler/itrustee_sdk/repository/archive/v%{version}
Patch0: 0001-add-Makefile-to-create-libteec_adaptor.so.patch
Patch1: 0002-add-ftrapv-strip-and-FS-as-the-compiling-flags.patch
Patch2: 0003-no-copy-shared-memory.patch
Patch3: support-part-openssl-headers.patch
Patch3: 0004-support-part-openssl-headers.patch
Patch4: 0005-support-remote-attestation.patch
Provides: libteec_adaptor.so()(64bit)
%define debug_package %{nil}
@ -55,6 +56,9 @@ strip %{buildroot}/lib64/*.so
/lib64/libteec_adaptor.so
%changelog
* Thu Apr 27 2023 houmingyong<houmingyong@huawei.com> - 0.1.0-12
- DESC: support remote attestation
* Tue Feb 28 2023 houmingyong<houmingyong@huawei.com> - 0.1.0-11
- DESC: support part openssl hearders