Commit Graph

1227 Commits

Author SHA1 Message Date
Zheng, Qi
4d71868532 Set libsgx-ae-qve version clearly to avoid mismatch 2022-04-11 16:48:50 +08:00
zongmin.gu
f0ef954398 Bump to 0.27.1 2022-04-07 12:13:55 +08:00
ClawSeven
ffdd4d95a4 Add parser for hostname and hosts 2022-04-06 15:18:08 +08:00
ClawSeven
15932a54b6 Add hosts and hostname file 2022-04-06 15:18:08 +08:00
Hui, Chunyang
3e15eb059c Add support for mmap spans over two chunks with MAP_FIXED 2022-03-30 17:38:37 +08:00
Shaowei Song
8872acaeda [libos] Add ENOENT&ENAMETOOLONG checks for path name 2022-03-28 15:20:16 +08:00
Shaowei Song
5be86d0058 [ci] Do not disable overflow_checks for code coverage build 2022-03-28 15:20:16 +08:00
Shaowei Song
cc4abafdae [ci] Ignore test cases of illegal addr access 2022-03-28 15:20:16 +08:00
Shaowei Song
cc83b0f7f7 [ci] Add Linux_LTP_test to Demo Test 2022-03-28 15:20:16 +08:00
Zheng, Qi
18d10c97eb Fix invalid link in remote_attestation.md 2022-03-28 09:36:45 +08:00
Shaowei Song
64bdd71a50 [libos] Return error instead of overflow panic in vm 2022-03-24 14:54:43 +08:00
Zheng, Qi
cd5c913dc7 [tools] Checking aesm service is not necessary for SGX2 2022-03-22 18:00:00 +08:00
zhubojun
df36a6bbbb [test] Add test case for UTIME 2022-03-22 17:59:00 +08:00
zhubojun
4fab368127 [libos] Add support for UTIME 2022-03-22 17:59:00 +08:00
LI Qing
66d1ebe918 [hyper mode] Add compile support 2022-03-19 15:32:45 +08:00
LI Qing
f611e9c008 [hyper mode] Dismiss the valiadation of QE report 2022-03-19 15:32:45 +08:00
LI Qing
1d1cbb0abf [hyper mode] Add UntrustedSlice 2022-03-19 15:32:45 +08:00
LI Qing
0b7b384241 [hyper mode] Support ms buffer for pal 2022-03-19 15:32:45 +08:00
LI Qing
bec8aa1c38 [hyper mode] Update gen_internal_conf to support ms buffer 2022-03-19 15:32:45 +08:00
LI Qing
7c3e246d4d [hyper mode] Update sefs-cli 2022-03-19 15:32:45 +08:00
LI Qing
e735cf00fb [test] Fix the errors in cpuid test 2022-03-19 15:32:45 +08:00
Zheng, Qi
f334374a43 [demos] Update GRPC RATLS exported APIs names 2022-03-17 15:04:04 +08:00
Zheng, Qi
4909a4f7fb Fix init_ra HW action timing issue 2022-03-10 16:30:51 +08:00
Hui, Chunyang
dfc7d5b2d9 Update package installation doc for 0.27.0 release 2022-03-10 16:28:31 +08:00
Hui, Chunyang
af5d95a2f6 Update musl package version 2022-03-10 16:28:31 +08:00
Hui, Chunyang
aba1c7de15 Remove rpm repo configuration and update deb repo for ubuntu 20.04 2022-03-10 16:28:31 +08:00
LI Qing
d0f6c9b6b6 Add test case for FLOCK 2022-03-09 16:00:23 +08:00
LI Qing
f52bf0b514 Add support for FLOCK 2022-03-09 16:00:23 +08:00
LI Qing
91f025f1c8 Rename the flock test case to posix_flock 2022-03-09 16:00:23 +08:00
LI Qing
b44390b883 Refactor range_lock in fs 2022-03-09 16:00:23 +08:00
Zheng, Qi
b7edb11a88 Add occlum-ra-flow demo 2022-03-09 15:53:45 +08:00
Zheng, Qi
f4665dac11 Add enclave debuggable verification for ra_tls 2022-03-09 15:53:45 +08:00
Zheng, Qi
2d7fbefcc2 Clean up and update ra_tls demo 2022-03-09 15:53:45 +08:00
yuanwu
2810b8e4ce Enable the grpc ra-tls demo
Signed-off-by: yuanwu <yuan.wu@intel.com>
2022-03-09 15:53:45 +08:00
zongmin.gu
b62b5e23eb Remove a broken symlink in openjdk 11 2022-03-09 11:39:44 +08:00
zhubojun
a1b2effee5 Fix dockerhub wrong repo and other misconfigurations 2022-03-09 11:39:44 +08:00
Zheng, Qi
97812967f1 Add flask tls server demo 2022-03-07 16:05:08 +08:00
zongmin.gu
cba8689bf3 Bump to 0.27.0 2022-03-04 11:37:13 +08:00
zongmin.gu
523852467b Remove CentOS tests 2022-03-04 11:37:13 +08:00
LI Qing
86e85ba539 Add gRPC glibc demo and stress test 2022-03-04 11:37:13 +08:00
zhubojun
fbcf20d383 Upgrade CI image to ubuntu20.04 2022-03-04 11:37:13 +08:00
Hui, Chunyang
e0b47b3a76 Refactor futex wait with timeout 2022-03-04 11:37:13 +08:00
Hui, Chunyang
b177eb2068 Add gvisor test suite to demo CI 2022-03-04 11:37:13 +08:00
LI Qing
126562a3f7 Fix the wrong SGX exception conversion 2022-02-22 19:27:15 +08:00
Hui, Chunyang
906092e298 Add flink demo log check for CI 2022-02-22 16:05:36 +08:00
Hui, Chunyang
ffaccedf95 Add support for clock_nanosleep
Also replace nanosleep implementation with clock_nanosleep
2022-02-22 16:05:36 +08:00
Hui, Chunyang
63db3e340c Fix futex wait timeout with absolute time 2022-02-22 16:05:36 +08:00
zongmin.gu
122cf2a7bc Update glibc to 2.31 2022-02-22 16:05:36 +08:00
zongmin.gu
4a984abc33 Use Ubuntu 20.04 as default CI enviroment 2022-02-22 16:05:36 +08:00
zongmin.gu
f790f3d964 Add ubuntu20.04 docker file 2022-02-22 16:05:36 +08:00