Tags: smherwig/phoenix
Tags
Phoenix version 0.3: Major Changes: - Support for trusted time by proxying a user-configurable percentage/probability of the time-related syscalls to a trusted time server. The time server's public key is pinned to the Graphene image via a configuration parameter. - Support for TLS for Graphene's nextfs and mdish filesystems. A root certificate for the servers is pinned to the Graphene image via a configuration paratmer. The TLS connection is not yet mutuallyl authenticated; currently, only the client authenticates the server. - Support for multiple nextfs and mdish mount points (previously, the implementations of each only allowed a single mountpoint of that type).
Phoenix Version 0.2 Major Changes: - epoll bug fixes - rename bug fixes - merge exitless PR from mainline Graphene
Release v0.6 License change to LGPL (gramineproject#140) * Update all headers to reflect LGPL license. * Add submodule for gcc test inputs * Add submodule for lmbench-2.5 * Fix Travis build with submodules * Migrate driver to sub repository
release v0.4beta Release of Graphene SGX: Supporting native Linux application in Intel SGX enclaves. Most applications are supported. Some features may still be buggy. Improving portability of Graphene: Eliminating GCC-ism of the host-generic code. Easier to port to non-Posix platform (e.g., Windows without Cygwin).