From 7d337c8821b8d967cb95439c9dbdd1214fdbaea0 Mon Sep 17 00:00:00 2001 From: Andras Slemmer Date: Mon, 19 Jun 2017 17:32:09 +0100 Subject: [PATCH] README.md: add sentence on unsigned SIGSTRUCT blob --- sgx-jvm/noop-enclave/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgx-jvm/noop-enclave/README.md b/sgx-jvm/noop-enclave/README.md index 87574cdb9a..e0fc05cef1 100644 --- a/sgx-jvm/noop-enclave/README.md +++ b/sgx-jvm/noop-enclave/README.md @@ -11,7 +11,7 @@ How to run The following Makefile targets execute different steps in the signing process and output into build/ -* `make unsigned` will build the unsigned enclave (noop\_enclave.unsigned.so). +* `make unsigned` will build the unsigned enclave and extract the unsigned SIGSTRUCT blob to sign (noop\_enclave.unsigned.so, noop\_enclave\_blob\_to\_sign.bin). The following targets use OpenSSL instead of the HSM: