Releases: edgelesssys/ego
Releases · edgelesssys/ego
v1.6.0
- Support for Ubuntu 24.04
- Add
TCBAdvisories
to attestation.Report
, which holds IDs of Intel security advisories that provide insight into the reasons when the TCB status is not UpToDate
v1.5.4
- Fix OE_JSON_INFO_PARSE_ERROR during attestation verification with recent Intel collaterals
- Support stripped executables
v1.5.2
- Don't fail, but only print a warning if building Go modules with versions newer than ego-go
v1.5.1
- 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
- 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
ego marblerun
command: print TTLS configuration
- v1.4.3: fix a crash in enclave.VerifyLocalReport
v1.4.2
- Fix
uniqueid
and signerid
commands failing if OE_LOG_LEVEL is set
- Add clock_getres syscall
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