Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Release 0.3.4

Choose a tag to compare

@KeithMoyer KeithMoyer released this 05 Apr 01:53
· 1808 commits to master since this release

The changes since 0.3.3 include:

  • cc_enclave_binary rule that wraps an entire existing application to run in an enclave
  • Creation of a "primitives" layer to more cleanly abstract backend technologies
  • New system_call library to generically target untrusted kernel syscalls
  • Require explicit configuration of assertion authorities in enclave config
  • Various Bazel toolchain compatibility fixes
  • Additional POSIX interface implementations
  • Improved documentation and testing
  • Maintenance work and bug fixes