Skip to content

Releases: edgelesssys/ego

v1.4.1

08 Aug 09:04
Compare
Choose a tag to compare
  • Security: includes fix for CVE-2023-37479 of underlying Open Enclave
  • Fix occasional crash on Ubuntu 22.04 at exit

v1.4.0

14 Jul 15:24
Compare
Choose a tag to compare
  • 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

09 May 08:52
Compare
Choose a tag to compare
  • Support PCS API v4
  • Reduce enclave heap memory consumption of the Go runtime

v1.2.0

12 Mar 13:35
f272b3f
Compare
Choose a tag to compare
  • Update Go to 1.20.1

v1.1.0

08 Dec 14:27
4625a61
Compare
Choose a tag to compare
  • 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

18 Aug 11:06
e1e48c9
Compare
Choose a tag to compare
  • 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

19 Jul 07:33
Compare
Choose a tag to compare

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

16 Jun 12:14
Compare
Choose a tag to compare
  • Security: mitigations for INTEL-SA-00615

v0.5.0

19 Apr 14:44
Compare
Choose a tag to compare
  • Update Go to 1.18.1
  • Improve error messages for some SGX errors

v0.4.2

24 Feb 08:59
Compare
Choose a tag to compare
  • Fix issue where a goroutine might not be scheduled anymore
  • Fix regression: EGo app occasionally crashes on exit