corda/sgx-jvm/simple-enclave
Tommy Lillehagen c3f5ca41e1
ENT-319 Enclave to help test Intel signing key (#76)
* ENT-319 Enclave to help test Intel signing key

* Update build files to allow for release builds

* Strip debug information from release binaries

* Move sign_helper and update references

* Remove paragraph from README

* Two dev modes (simulation and HSM)

* Update make files to take mode and single build directory

* Update reference to self-sign key

* Build script: from_clean.sh

* Fix bad ref to docker-minimal
2017-10-30 14:20:01 +00:00
..
src ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
CMakeLists.txt ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
enclave-debug.xml ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
enclave-release.xml ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
from_clean.sh ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
linkerscript.lds ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
Makefile ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00
README.md ENT-319 Enclave to help test Intel signing key (#76) 2017-10-30 14:20:01 +00:00

What is this?

This project contains a simple enclave with an ECALL and an OCALL. The former returns an integer, and the latter allows the enclave to print a string to STDOUT. Very basic stuff.