You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intel SGX can protect our sensitve data in enclave, however, we have to write our code carefully in case of leaking them by invoking ocall. I think we have to comment these lines before we use Town-Crier in release mode.
I think one solution is that we can define a DEBUG macro to decide wether to print them.
The text was updated successfully, but these errors were encountered:
Hi @jmp0x7c00 , thanks for the note! The code is meant to be a research prototype for evaluation purposes so debugging statements like this is probably all over the place. Don't use this code in production!
ok, I see. Thanks for your quick replay.!:)
If we use Town-Crier in product environment, we have to modify its code a little.
here is an another leak-causing code, the decrypted message will be hexdumped outside enclave.
hi,sir,
Town-Crier is an awesome project, I love it.but I think there maybe a security issue here , in file
Enclave/SSLClient.c
:Intel SGX can protect our sensitve data in enclave, however, we have to write our code carefully in case of leaking them by invoking ocall. I think we have to comment these lines before we use Town-Crier in release mode.
I think one solution is that we can define a DEBUG macro to decide wether to print them.
The text was updated successfully, but these errors were encountered: