Don Porter f67fe09124 Fix a bug introduced by commit 3a40af399d1d85 (#94) il y a 6 ans
..
debugger d0ca9ada03 Port PAL to work on latest SGX driver (Issue #12). Fix a few other SGX-related bugs. il y a 7 ans
include 1a1e199c79 release v0.4beta il y a 7 ans
sgx-driver e0b701fd96 Make the default version of linux sgx driver 1.9. Previously we confuse as 1.8. il y a 6 ans
signer f67fe09124 Fix a bug introduced by commit 3a40af399d1d85 (#94) il y a 6 ans
.gitignore 1a1e199c79 release v0.4beta il y a 7 ans
Makefile 287ce8cf7c For Graphene-SGX, remove the rule of linking libpal.so as an alias of libpal-enclave.so (libpal-enclave.so is deprecated) il y a 6 ans
Makefile.Test 9aee3dcb69 new compilation logistic: always use the Runtime directory il y a 7 ans
Makefile.am 8add0b94f7 Replace the wolfssl Diffie Hellman implementation with mbedtls (#74) il y a 6 ans
db_devices.c 1a1e199c79 release v0.4beta il y a 7 ans
db_events.c f55be974fa Fixing compilation issues in PAL caused by switching to uint64_t il y a 6 ans
db_exception.c 76967f39d3 Bugfixes: il y a 7 ans
db_files.c f67fe09124 Fix a bug introduced by commit 3a40af399d1d85 (#94) il y a 6 ans
db_ipc.c 1a1e199c79 release v0.4beta il y a 7 ans
db_main.c 64a57f2241 Malloc fixes (#70) il y a 6 ans
db_memory.c 48a1edf76e Bugfix to prevent infinite hanging. il y a 7 ans
db_misc.c 76967f39d3 Bugfixes: il y a 7 ans
db_mutex.c 9882cad859 check return codes in semaphore implementation il y a 7 ans
db_object.c f55be974fa Fixing compilation issues in PAL caused by switching to uint64_t il y a 6 ans
db_pipes.c 76967f39d3 Bugfixes: il y a 7 ans
db_process.c b20e34cf5f Switch the AES-CMAC implementation from wolfssl to mbedtls. (#75) il y a 6 ans
db_rtld.c 43726c86da This header's contents are not used by the code. Remove it il y a 6 ans
db_semaphore.c f55be974fa Fixing compilation issues in PAL caused by switching to uint64_t il y a 6 ans
db_sockets.c 76967f39d3 Bugfixes: il y a 7 ans
db_spinlock.c 1a1e199c79 release v0.4beta il y a 7 ans
db_streams.c 760446deac Address bug report #11, by using 64-bit offsets and lengths internally. Create a regression test to capture this case il y a 7 ans
db_threading.c 2e9438f71c Replace Linux List code with a new implementation (#71) il y a 6 ans
ecall_types.h 76967f39d3 Bugfixes: il y a 7 ans
elf-x86_64.h 27ed3b2f6b - Fix calling convention issues in the glibc 2.19 patch il y a 7 ans
enclave.lds 1a1e199c79 release v0.4beta il y a 7 ans
enclave_ecalls.c fd73358f59 Swap out the wolfssl SHA256 implementation with mbedtls. This also introduces a wrapper layer for pal crypto functions, which should make experimenting with different libraries easier. il y a 6 ans
enclave_entry.S 547f1ed042 fix a typo il y a 7 ans
enclave_framework.c 8d99e037ea Replace rsa implementation, from wolfssl to mbedtls. (#76) il y a 6 ans
enclave_ocalls.c f55be974fa Fixing compilation issues in PAL caused by switching to uint64_t il y a 6 ans
enclave_ocalls.h f55be974fa Fixing compilation issues in PAL caused by switching to uint64_t il y a 6 ans
enclave_pages.c 2e9438f71c Replace Linux List code with a new implementation (#71) il y a 6 ans
enclave_pages.h d0ca9ada03 Port PAL to work on latest SGX driver (Issue #12). Fix a few other SGX-related bugs. il y a 7 ans
enclave_untrusted.c 2e9438f71c Replace Linux List code with a new implementation (#71) il y a 6 ans
host_endian.h 1a1e199c79 release v0.4beta il y a 7 ans
linux_types.h d0ca9ada03 Port PAL to work on latest SGX driver (Issue #12). Fix a few other SGX-related bugs. il y a 7 ans
ocall_types.h f55be974fa Fixing compilation issues in PAL caused by switching to uint64_t il y a 6 ans
pal.map 1a1e199c79 release v0.4beta il y a 7 ans
pal_host.h 2e9438f71c Replace Linux List code with a new implementation (#71) il y a 6 ans
pal_linux.h f35d690992 Put back the sgx_stub_t type il y a 6 ans
pal_linux_defs.h f67fe09124 Fix a bug introduced by commit 3a40af399d1d85 (#94) il y a 6 ans
pal_linux_error.h 1a1e199c79 release v0.4beta il y a 7 ans
pal_security.h 76967f39d3 Bugfixes: il y a 7 ans
sgx_api.h 76967f39d3 Bugfixes: il y a 7 ans
sgx_arch.h 70bf28d2e2 Catching up with the Intel SGX driver and SDK il y a 6 ans
sgx_enclave.c f55be974fa Fixing compilation issues in PAL caused by switching to uint64_t il y a 6 ans
sgx_enclave.h 76967f39d3 Bugfixes: il y a 7 ans
sgx_entry.S 76967f39d3 Bugfixes: il y a 7 ans
sgx_exception.c f67fe09124 Fix a bug introduced by commit 3a40af399d1d85 (#94) il y a 6 ans
sgx_framework.c f67fe09124 Fix a bug introduced by commit 3a40af399d1d85 (#94) il y a 6 ans
sgx_graphene.c 2e9438f71c Replace Linux List code with a new implementation (#71) il y a 6 ans
sgx_internal.h 76967f39d3 Bugfixes: il y a 7 ans
sgx_main.c f67fe09124 Fix a bug introduced by commit 3a40af399d1d85 (#94) il y a 6 ans
sgx_process.c 76967f39d3 Bugfixes: il y a 7 ans
sgx_rtld.c c2c92723b9 bugfix: process forking in LibOS il y a 7 ans
sgx_thread.c 3cf3bd2df3 fix a bug in allocating enclave pages. another bug in waking enclave threads il y a 7 ans
sgx_tls.h 76967f39d3 Bugfixes: il y a 7 ans
sysdep-x86_64.h 1a1e199c79 release v0.4beta il y a 7 ans
test-sgx.c 1a1e199c79 release v0.4beta il y a 7 ans
user_types.h 1a1e199c79 release v0.4beta il y a 7 ans