Releases: edgelesssys/edgelessrt
Releases · edgelesssys/edgelessrt
v0.3.8
- reduce ertgo enclave heap memory consumption
v0.3.7
- Update OE to v0.18.5
- Support Go 1.20.1 for EGo
v0.3.6
- 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
- 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
- Update OE to v0.18.1
- Fix pread beyond end of file in memfs
- Add statfs syscall
v0.3.3
- 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
- Support Go 1.18.1 for EGo
v0.3.0
- Update OE to v0.17.6
- Enable flock() on directories
- Minor improvements of mmap() compatibility
v0.2.10
- 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
- add ExecutableHeap option to enclave conf file
- compatibility improvements for cpuid and getrandom