Skip to content

Releases: edgelesssys/edgelessrt

v0.3.8

22 Mar 10:20
3e6633b
Compare
Choose a tag to compare
  • reduce ertgo enclave heap memory consumption

v0.3.7

12 Mar 13:03
27c6739
Compare
Choose a tag to compare
  • Update OE to v0.18.5
  • Support Go 1.20.1 for EGo

v0.3.6

08 Dec 11:22
a9634e5
Compare
Choose a tag to compare
  • 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

18 Aug 10:22
4894b31
Compare
Choose a tag to compare
  • 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

19 Jul 06:57
def6b65
Compare
Choose a tag to compare
  • Update OE to v0.18.1
  • Fix pread beyond end of file in memfs
  • Add statfs syscall

v0.3.3

16 Jun 11:53
6f16ea7
Compare
Choose a tag to compare
  • Security: update OE to v0.18.0 including mitigations for INTEL-SA-00615
  • Fix crash when using stdc++ tolower/toupper with locale

v0.3.2

19 Apr 13:37
10cccd9
Compare
Choose a tag to compare
  • Support Go 1.18.1 for EGo

v0.3.0

07 Feb 08:03
b220b94
Compare
Choose a tag to compare
  • Update OE to v0.17.6
  • Enable flock() on directories
  • Minor improvements of mmap() compatibility

v0.2.10

06 Dec 09:57
5df4b18
Compare
Choose a tag to compare
  • Return actual CPU count in sched_getaffinity. Previously, it always returned 2.
  • Accept MAP_SHARED and other flags in mmap to improve compatibility with existing code
  • Internal changes required for EGo

v0.2.9

12 Nov 14:30
35e0ec1
Compare
Choose a tag to compare
  • add ExecutableHeap option to enclave conf file
  • compatibility improvements for cpuid and getrandom