corda/sgx-jvm/remote-attestation/host/native
Tommy Lillehagen 83d6a248a8
ENT-970 - SGX remote attestation host (#173)
* ENT-970 - SGX remote attestation host
 * Remote attestation enclave
 * Client for the remote attestation host
    * Communicates with ISV / RA server, which in turn communicates with
      the Intel Attestation Service
    * Native library bridging the client code running on the JVM with
      the native bits controlling and communicating with the enclave

* ENT-970 - Address comments from code review
* ENT-970 - More updates addressing review comments
* ENT-970 - Integrate with root Gradle project for SGX
2017-12-13 17:45:33 +00:00
..
.gitignore ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
enclave-manager.cpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
enclave-manager.hpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
jni.hpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
logging.cpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
logging.hpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
Makefile ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
remote-attestation.cpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
remote-attestation.hpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
sealing.cpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
sealing.hpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00
wrapper.cpp ENT-970 - SGX remote attestation host (#173) 2017-12-13 17:45:33 +00:00