Skip to content

Commit df5c672

Browse files
authored
Update README.md
1 parent 2e1126f commit df5c672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Secure Network Interface with SGX
1+
## Secure Network Interface with SGX
22

33

44
This 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.
6969
Therefore, it is necessary to establish a cryptographic channel to securely communicate between an SGX enclave and external hardware.
7070
In this work, we used a "MACSec gateway" for this cryptographic channel.
7171
Other TEEs can be configured to avoid this issue altogether (e.g. ARM TrustZone).

0 commit comments

Comments
 (0)