Releases: edgelesssys/ego
Releases · edgelesssys/ego
v1.4.1
- Security: includes fix for CVE-2023-37479 of underlying Open Enclave
- Fix occasional crash on Ubuntu 22.04 at exit
v1.4.0
- Support Ubuntu 22.04
- Update Go to 1.20.6
- Add enclave.GetSealKeyID
- Add option WithIgnoreTCBStatus to CreateAttestationClientTLSConfig
- Add CreateAttestationClientTLSConfig to enclave package
v1.3.0
- Support PCS API v4
- Reduce enclave heap memory consumption of the Go runtime
v1.1.0
- Support relative source paths for hostfs mounts
- Support rlimit syscalls
- Debug enclaves now have symbols in backtraces on crashes
- Fix terminal ioctl issues
- Fix an initialization failure when embedding multiple files
v1.0.1
- Security: mitigations for INTEL-SA-00657
- Fix OE_CRYPTO_ERROR when using PCCS API v3.0
- Remove dependency on libsgx-dcap-ql-dev
v1.0.0
EGo is now ready for production use!
- Add
ego bundle
command to bundle an app with the EGo runtime
- Add support for statfs syscall, see docs for behavior
- Add support for local attestation
- Add CLI bash completion
- Fix issues with reproducible build
- Fix pread beyond end of file in memfs
v0.5.1
- Security: mitigations for INTEL-SA-00615
v0.5.0
- Update Go to 1.18.1
- Improve error messages for some SGX errors
v0.4.2
- Fix issue where a goroutine might not be scheduled anymore
- Fix regression: EGo app occasionally crashes on exit