1. 09 9月, 2020 1 次提交
    • H
      rune/libenclave/skeleton && sgx-tools: Resolve the launch token adaptation... · 0ea84c18
      haosanzi 提交于
      rune/libenclave/skeleton && sgx-tools: Resolve the launch token adaptation problem on sgx2 + in-tree
      
      - sgx-tools gen-token command reports an error when running on machine with FLC
      - Operations related to lanunch token are not supported on machine with FLC
      
      Signed-off-by: Shirong Hao shirong@linux.alibaba.com
      0ea84c18
  2. 04 9月, 2020 1 次提交
  3. 19 8月, 2020 2 次提交
  4. 17 8月, 2020 4 次提交
  5. 16 8月, 2020 1 次提交
  6. 12 8月, 2020 1 次提交
  7. 10 8月, 2020 1 次提交
  8. 03 8月, 2020 1 次提交
  9. 31 7月, 2020 2 次提交
  10. 29 7月, 2020 4 次提交
  11. 28 7月, 2020 1 次提交
  12. 20 7月, 2020 1 次提交
  13. 30 6月, 2020 1 次提交
  14. 23 6月, 2020 1 次提交
  15. 19 6月, 2020 1 次提交
  16. 18 6月, 2020 2 次提交
  17. 16 6月, 2020 1 次提交
  18. 12 5月, 2020 1 次提交
    • jia zhang's avatar
      inclavare-containers: an implementation of protected container · c9751df2
      jia zhang 提交于
      inclavare-containers is a set of tools for running trusted
      applications in containers with the hardware-assisted enclave
      technology. Enclave, referred to as a protected execution
      environment, prevents the untrusted entity from accessing the
      sensitive and confidential assets in use.
      
      Currently, inclavare-containers consists of two core components:
      rune and enclave runtime.
      
      rune is a CLI tool for spawning and running enclaves in containers
      according to the OCI specification. The codebase of rune is
      a fork of runc, so rune can be used as runc if enclave is not
      configured or available.
      
      Enclave runtime is the backend of rune, which is responsible
      for loading and running applications inside enclaves. The
      interface between rune and enclave runtime is Enclave Runtime PAL
      API, which allows invoking enclave runtime through well-defined
      functions. The software for confidential computing may benefit
      from this interface to interact with OCI runtime.
      
      Additionally, this commit includes additional information about the
      use of inclavare-containers.
      - Run sample enclave runtime skeleton with rune
      - Run enclave runtime Occlum with rune
      
      See README.md for more details.
      Signed-off-by: jia zhang's avatarJia Zhang <zhang.jia@linux.alibaba.com>
      Signed-off-by: NXiaozhe Wang <wangxiaozhe@linux.alibaba.com>
      Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
      c9751df2