This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
v1.1.0
Fixes
- glibc failure issue keystone-enclave/keystone#229 (by #62)
- sbi_random() is returning
a0
, which should be actuallya1
(#61)
Added syscalls (untrusted)
- epoll, fcntl, chdir, renameat2, umask, getcwd, pipe, socket, setsockopt, bind, listen, accept, getpeername (#53)
- fstat (#54)
- getsockname, getuid, pselect6 (#55)
- recvfrom, sendto, sendfile (#56)
Note that added syscalls are untrusted proxy calls and thus are not secure.