ENT-1263 - Use MRENCLAVE instead of enclave ID in create_thread (#487)

* ENT-1263 - Use MRENCLAVE instead of enclave_id for create_thread

* ENT-1263 - Dedup dependencies in JAR

* ENT-1263 - Ensure C++ 11 is used for enclave inspection tool

* ENT-1263 - Throw exception if enclave ID mapping does not exist
This commit is contained in:
Tommy Lillehagen
2018-04-24 17:11:33 +01:00
committed by GitHub
parent e3c792c93d
commit 25bee1903a
20 changed files with 13364 additions and 15 deletions

View File

@ -69,7 +69,7 @@ void check_transaction(void *reqbuf, size_t buflen, char *error) {
jthrowable exception = env->ExceptionOccurred();
env->ExceptionDescribe();
env->ExceptionClear(); // clears the exception; e seems to remain valid
jclass clazz = env->GetObjectClass(exception);
jmethodID getMessage =
env->GetMethodID(