| commit | 73062c511265492d7bd915fed916e60b6687a770 | [log] [tgz] | 
|---|---|---|
| author | volcano <volcano_dr@163.com> | Fri Apr 11 15:58:45 2025 +0800 | 
| committer | volcano <volcano_dr@163.com> | Fri Apr 11 15:58:45 2025 +0800 | 
| tree | e59fbf7f2785a052e1296436f07415f895af70b6 | |
| parent | af7174a535d5ece49c6154c259558b72466c1e65 [diff] | 
Fixed dereferencing pointers in untrusted memory
Teaclave SGX SDK v2.0 is a revamped version. It is much more developer friendly compared to v1.1.
cargo build + no_std, xargo build and cargo-std-aware mode.sgx_tstd is well tested now.use-able without any change.We still maintain the legacy no_std cargo build support, and xargo build with a customized sysroot. v2.0 supports cargo-std-aware as well.
To switch from these build modes, please specify
BUILD_STD=no to use traditional no_std cargo buildBUILD_STD=cargo (default setting) to use the new std aware cargo buildBUILD_STD=xargo to use xargo buildWe are still working on porting all v1.1 samples to v2.0. Current available samples include: