This is an automated email from the ASF dual-hosted git repository.
rduan pushed a change to branch v2.0.0-preview
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
from 5a664289 Add capi for sgx_sync
add 6309bca6 Support Intel SGX SDK 2.17 and DCAP 1.14
No new revisions were added by this update.
Summary of changes:
buildenv.mk | 2 +
common/inc/sgx_dcap_tvl.h | 4 +-
common/inc/sgx_error.h | 2 +-
common/inc/sgx_ql_lib_common.h | 20 +-
common/inc/sgx_quote_3.h | 4 +-
common/inc/sgx_quote_4.h | 156 ++++++++++++++++
common/inc/tlibc/mbusafecrt.h | 2 +
common/inc/tlibc/string.h | 6 +-
.../download_prebuilt/download_prebuilt.sh | 6 +-
sgx_dcap/tvl/src/tvl.rs | 2 +-
sgx_libc/sgx_tlibc_sys/src/lib.rs | 16 ++
.../sgx_tlibc_sys/tlibc/string/asm/memcpy_verw.S | 38 +++-
sgx_libc/sgx_tlibc_sys/tlibc/string/memcpy.c | 43 +++++
sgx_libc/sgx_tlibc_sys/tlibc/string/memmove.c | 72 +++++++
sgx_libc/sgx_tlibc_sys/tlibc/string/memset.c | 37 ++++
sgx_libc/sgx_tlibc_sys/tlibc/string/memset_s.c | 35 ++++
.../tsafecrt/pal/src/safecrt/memcpy_s.c | 56 ++++++
.../tsafecrt/pal/src/safecrt/memmove_s.c | 36 ++++
sgx_trts/src/arch.rs | 1 +
sgx_trts/src/asm/mod.rs | 4 +-
sgx_trts/src/call/ecall.rs | 23 ++-
sgx_trts/src/tcs/mod.rs | 2 +-
sgx_trts/src/tcs/tc.rs | 8 +-
sgx_trts/src/thread/native.rs | 3 +-
sgx_trts/src/version.rs | 2 +-
sgx_tstd/src/sys_common/thread_local_key.rs | 1 -
sgx_tstd/src/thread/local.rs | 88 +++++----
sgx_types/src/function.rs | 25 ++-
sgx_types/src/types/dcap.rs | 27 ++-
sgx_types/src/types/mod.rs | 14 ++
sgx_types/src/types/report2.rs | 9 +-
sgx_types/src/types/tdx.rs | 208 +++++++++++++++++++++
tools/docker/04_psw.sh | 2 +
tools/docker/Dockerfile.centos8.2 | 8 +-
tools/docker/Dockerfile.ubuntu18.04 | 8 +-
tools/docker/Dockerfile.ubuntu20.04 | 8 +-
36 files changed, 888 insertions(+), 90 deletions(-)
create mode 100644 common/inc/sgx_quote_4.h
copy common/inc/sgx.h => sgx_libc/sgx_tlibc_sys/tlibc/string/asm/memcpy_verw.S
(73%)
create mode 100644 sgx_types/src/types/tdx.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]