Skip to content

Releases: edgelesssys/ego

v1.5.1

08 May 11:32

Choose a tag to compare

  • Fix environment variables from host were truncated if the value contained =
  • Don't fail, but only print a warning if building Go modules with versions newer than ego-go (broken in v1.5.1, fixed in v1.5.2)

v1.5.0

12 Mar 09:38

Choose a tag to compare

  • Update Go to v1.21.8
  • Add ego_mock_eclient build tag, which disables the cgo dependency of the eclient package and makes VerifyRemoteReport always fail. This can be useful during development.

v1.4.4

03 Mar 17:24

Choose a tag to compare

  • ego marblerun command: print TTLS configuration
  • v1.4.3: fix a crash in enclave.VerifyLocalReport

v1.4.2

05 Feb 14:53

Choose a tag to compare

  • Fix uniqueid and signerid commands failing if OE_LOG_LEVEL is set
  • Add clock_getres syscall

v1.4.1

08 Aug 09:04

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

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

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

Choose a tag to compare

  • Update Go to 1.20.1

v1.1.0

08 Dec 14:27
4625a61

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

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