zhaohuidu 85947caa12 Upgrade to Linux 1.6 gold release 7 лет назад
..
Makefile 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
README.txt 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
elf_helper.h 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
enclave_creator_sign.cpp 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
enclave_creator_sign.h 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
manage_metadata.cpp 85947caa12 Upgrade to Linux 1.6 gold release 7 лет назад
manage_metadata.h 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
parse_key_file.cpp 85947caa12 Upgrade to Linux 1.6 gold release 7 лет назад
parse_key_file.h 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
sign_tool.cpp 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
util_st.cpp 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад
util_st.h 9441de4c38 Initial release of Intel SGX for Linux. 8 лет назад

README.txt

The sgx_sign generates the enclave signature and meta-data, and inserts the
information into the enclave file.
Meanwhile, the sgx_sign checks the enclave compatibility and provides the detail
information to users.

Usage:
sgx_sign [options] file...
Commands:
sign Sign the enclave using the private key.
gendata Generate enclave signing material to be signed.
catsig Generate the signed enclave with the input signature
file, the public key and the enclave signing material.
Options:
-enclave Specify the enclave file to be signed.
It is a required option for the listed sgx_sign commands.
-key Specify the key file.
It is a required option for the sign and catsig commands.
-config Specify the configuration for the enclave.
-out Specify the output file.
It is a required option for the listed sgx_sign commands.
-sig Specify the signature file for the enclave signing
material.
It is a required option for the catsig command.
-unsigned Specify the enclave signing material generated by the
gendata command.
It is a required option for the catsig command.