File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- Secure Network Interface with SGX
1+ ## Secure Network Interface with SGX
22
33
44This repo provides network security functionality within an Intel SGX enclave.
@@ -65,7 +65,7 @@ I strongly recommend that future TEE implementations use a secure language from
6565
6666_________________________________________________________________________
6767** Limitations of SGX:**
68- SGX cannot directly access any external hardware.
68+ Currently, SGX cannot directly access any external hardware.
6969Therefore, it is necessary to establish a cryptographic channel to securely communicate between an SGX enclave and external hardware.
7070In this work, we used a "MACSec gateway" for this cryptographic channel.
7171Other TEEs can be configured to avoid this issue altogether (e.g. ARM TrustZone).
You can’t perform that action at this time.
0 commit comments