Skip to content

Releases: edgelesssys/ego

v1.5.4

13 Sep 14:44
Compare
Choose a tag to compare
  • Fix OE_JSON_INFO_PARSE_ERROR during attestation verification with recent Intel collaterals
  • Support stripped executables

v1.5.3

05 Jun 13:49
Compare
Choose a tag to compare
  • Update Go to v1.21.11

v1.5.2

13 May 07:58
Compare
Choose a tag to compare
  • Don't fail, but only print a warning if building Go modules with versions newer than ego-go

v1.5.1

08 May 11:32
Compare
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
Compare
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
Compare
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
Compare
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
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