From 307d8541c5d257b6f8038ce7203ecfb62a78b751 Mon Sep 17 00:00:00 2001 From: hustliyilin Date: Tue, 15 Sep 2020 16:33:19 +0800 Subject: [PATCH] README.md: Reflect the capability of IAS RA in sgx-tools sgx-tools now has the capability of getting remote attestation report from IAS. Signed-off-by: Yilin Li --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc9692e..07db47b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ One typical class of enclave runtime implementations is based on library OSes. C In addition, you can write your own enclave runtime with any programming language and SDK (e.g, [Intel SGX SDK](https://github.com/intel/linux-sgx)) you prefer as long as it implements Enclave Runtime PAL API. ### sgx-tools -`sgx-tools` is a commandline tool, used to interact Intel SGX aesm service to retrieve various materials such as launch token, Quoting Enclave's target information and enclave quote. Refer to [this guide](https://github.com/alibaba/inclavare-containers/blob/master/sgx-tools/README.md) for the details about its usage. +`sgx-tools` is a commandline tool, used to interact Intel SGX aesm service to retrieve various materials such as launch token, Quoting Enclave's target information, enclave quote and enclave remote attestation report from IAS. Refer to [this guide](https://github.com/alibaba/inclavare-containers/blob/master/sgx-tools/README.md) for the details about its usage. --- -- GitLab