Skip to content

Releases: edgelesssys/ego

v0.3.0

07 Jul 13:33
83edbef

Choose a tag to compare

  • Update Go to 1.16.5
  • Improve support of Ubuntu 20.04
  • Support release enclaves
  • Support for Marblerun TTLS
  • Fix os.Lstat

v0.2.2

14 May 13:27
9a3ed70

Choose a tag to compare

  • add API for Microsoft Azure Attestation
    • enclave.CreateAzureAttestationToken()
    • attestation.VerifyAzureAttestationToken()

v0.2.1

24 Apr 12:16
6e6fd4a

Choose a tag to compare

  • fix occasional crash when unloading memfs

v0.2.0

21 Apr 10:52
d21fe8f

Choose a tag to compare

  • Customizable enclave filesystem
    • Added an in-enclave-memory fs (memfs)
    • You can individually mount the memfs or the hostfs on arbitrary paths in the enclave fs.
    • BREAKING: The memfs is now mounted at / by default instead of the hostfs. If your app needs access to the hostfs, you should mount only those paths that it requires. You can also mount the full hostfs as root to retain the behavior of EGo v0.1.x, but this is not recommended.
  • You can now configure environment variables with hardcoded values or allow them to be taken over from the host.
  • see https://github.com/edgelesssys/ego/blob/662f5736669e20d1e31bc0574c94a431f1985278/doc/ego_cli.md#enclave-configuration-file for configuring mounts and environment variables
  • more helpful error messages

v0.1.3

16 Mar 15:06
f677d57

Choose a tag to compare

  • fix for Marblerun 0.3.0

v0.1.2

12 Mar 10:18
d15e322

Choose a tag to compare

  • compatibility with Marblerun v0.3.0

v0.1.1

04 Mar 12:56
6bd43fc

Choose a tag to compare

  • Fix deadlocks during startup
  • Add attested TLS
  • Rename ehost to eclient

v0.1.0

12 Feb 15:56

Choose a tag to compare

initial release