Edgelessrt Versions Save

Edgeless RT is an SDK and a runtime for Intel SGX. It combines top-notch Go support with simplicity, robustness and a small TCB. Developing confidential microservices has never been easier! C++17 and Rust (experimental) are also supported.

v0.4.3

2 months ago
  • Update Go to v1.21.8

v0.4.2

3 months ago
  • Add clock_getres syscall
  • Update OE to v0.19.4

v0.4.1

9 months ago
  • Security: update OE to v0.19.3 to fix CVE-2023-37479
  • Fix occasional crash on Ubuntu 22.04 when terminating an enclave with lingering threads

v0.4.0

10 months ago
  • Support Ubuntu 22.04
  • Update OE to v0.19.2
  • Update Go to v1.20.6

v0.3.9

1 year ago
  • Update OE to v0.19.0

v0.3.8

1 year ago
  • reduce ertgo enclave heap memory consumption

v0.3.7

1 year ago
  • Update OE to v0.18.5
  • Support Go 1.20.1 for EGo

v0.3.6

1 year ago
  • Update OE to v0.18.4
  • Fix crash on terminating a nondebug enclave with lingering threads
  • Fix broken consolefs ioctl
  • Support rlimit syscalls

v0.3.5

1 year ago
  • Security: update OE to v0.18.2 including mitigations for INTEL-SA-00657
  • Fix OE_CRYPTO_ERROR when using PCCS API v3.0
  • Debug enclaves print a backtrace on abort or segfault
  • Remove dependency on libsgx-dcap-ql-dev

v0.3.4

1 year ago
  • Update OE to v0.18.1
  • Fix pread beyond end of file in memfs
  • Add statfs syscall