Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Releases: keystone-enclave/keystone-runtime

v1.2.1

05 Dec 17:36
d6d22f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

This minor release fixes a bug in the wrapping SDK build system, where the file format for the .options_log file was not guessed by objcopy.

v1.2.0

23 Nov 17:22
b269857
Compare
Choose a tag to compare

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

22 Nov 04:28
Compare
Choose a tag to compare

Fixes

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.