This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Releases: keystone-enclave/keystone-runtime
Releases · keystone-enclave/keystone-runtime
v1.2.1
v1.2.0
What's Changed
Full Changelog: v1.1.0...v1.2.0
This release's only change is migrating the build to a cmake system, resolving issue #42. Since this is an API-incompatible change in terms of the build, we decided to bump another minor version number.
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.