- 01 9月, 2020 6 次提交
-
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 Shirong Hao 提交于
- Add Dragonwell and Skeleton images in reference container image - Update Version number Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
由 jiazhiguang 提交于
-
由 jiazhiguang 提交于
-
由 stormgbs 提交于
update the dosc for creating rune containers in Kubernetes cluster
-
由 jiazhiguang 提交于
-
- 31 8月, 2020 7 次提交
-
-
由 windayski 提交于
-
由 jiazhiguang 提交于
Signed-off-by: NZhiguang Jia <Zhiguang.Jia@linux.alibaba.com>
-
由 jia zhang 提交于
stub-enclave and ra-tls are still experimental so don't write them in README. Signed-off-by Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
ra-tls intends to establish the link between hardware-based remote attestation and TLS secure channel implementation, which provides more flexibilities on enclave management and communication. This is the initial PoC implementation, and the code base of current implementation is mainly inspired from https://github.com/cloud-security-research/sgx-ra-tls. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 YiLin.Li 提交于
1. Support Pal Api V3 in stub_enclave. 2. Achieve stub_enclave based on sgxsdk. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com> Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 YiLin.Li 提交于
Choose wolfSSL as sgx-ra-tls librarys. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com> Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 30 8月, 2020 5 次提交
-
-
由 haosanzi 提交于
- Update centos version from 7.5 to 8.1 - Update occlum version from 0.14.0 to 0.15.1 - Update the way to Install SGX SDK and SGX PSW - Update tht value of ENCLAVE_RUNTIME_ARGS Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
由 Shirong Hao 提交于
- Update deb to version 0.4.0 - Update rpm to version 0.4.0 Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
由 Shirong Hao 提交于
- Update deb to version 0.4.0 - Update rpm to version 0.4.0
-
由 hustliyilin 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 haosanzi 提交于
The official psw installer from Intel doesn't create a symbol link libsgx_launch.so to libsgx_launch.so.1, leading to pal init failure. Signed-off-by: Shirong Hao<shirong@linux.alibaba.com>
-
- 28 8月, 2020 1 次提交
-
-
由 jia zhang 提交于
nanosleep() may return the remaining duration longer than requested one due to timer slack. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 26 8月, 2020 1 次提交
-
-
由 hustliyilin 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 25 8月, 2020 1 次提交
-
-
由 haosanzi 提交于
Signed-off-by: Nshirong <shirong@linux.alibaba.com>
-
- 24 8月, 2020 2 次提交
- 25 8月, 2020 1 次提交
-
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 24 8月, 2020 1 次提交
-
-
由 jiazhiguang 提交于
add the epm component, epm is a service that is used to manage the cache pools to optimize the startup time of encalve.
-
- 19 8月, 2020 3 次提交
-
-
由 YiLin.Li 提交于
skeleton_remote_attestation_with_rune.md. Only `liberpal-skeleton-v3.so` supports `rune attest` command. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 YiLin.Li 提交于
1. Support PAL API V3. 2. Support `rune attest` command. 3. Add skeleton_remote_attestation_with_rune.md. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 18 8月, 2020 1 次提交
-
-
由 haosanzi 提交于
Load function has became unnecessary in the current design. Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
- 17 8月, 2020 5 次提交
-
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 YiLin.Li 提交于
Move the implementation of skeleton PAL V2 APIs from liberpal-skeleton-v2.c to liberpal-skeleton.c Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 Shirong Hao 提交于
Since the pal_create_process interface of PAI API v2 has achieved a similar function, fork-test argument is useless. Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
- 16 8月, 2020 1 次提交
-
-
由 haosanzi 提交于
sgxsign now supports --product option to enable product enclave build and launch. Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
- 13 8月, 2020 2 次提交
-
-
由 haosanzi 提交于
- Use liberpal-skeleton to replace liberpal-skeleton.so in README. - Use liberpal-skeleton-v1.so to replace liberpal-skeleton.so in rune/libcontainer/specconv/example.go - Use liberpal-skeleton*.so to repalce liberpal-skeleton.so in rune/Makefile and .gitignore Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
由 hustliyilin 提交于
Use liberpal-skeleton-v${SKELETON_PAL_VERSION}.so to replace liberpal-skeleton.so in README. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 12 8月, 2020 2 次提交
-
-
由 haosanzi 提交于
Reformat spec_v1.md and spec_v2.md Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
由 haosanzi 提交于
Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
- 10 8月, 2020 1 次提交
-
-
由 haosanzi 提交于
Leave v1 implementation in a separate file. Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-