Compare commits
1 Commits
238d8606f7
...
b15be22ab9
Author | SHA1 | Date | |
---|---|---|---|
b15be22ab9 |
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
DeTEE uses a custom implementation of Remote Attestation Transport Layer Security
|
DeTEE uses a custom implementation of Remote Attestation Transport Layer Security
|
||||||
(RATLS) to secure the communication between the different components of the DeTEE
|
(RATLS) to secure the communication between the different components of the DeTEE
|
||||||
network. The library for RATLS is implemented in Rust, check out the
|
network. The library for RATLS is implemented in Rust, check out the [repository](https://gitea.detee.cloud/general/detee-sgx)
|
||||||
[repository](https://gitea.detee.cloud/general/detee-sgx)
|
|
||||||
|
|
||||||
So the RATLS is a special mode of TLS that uses the Remote Attestation (RA) certificates
|
So the RATLS is a special mode of TLS that uses the Remote Attestation (RA) certificates
|
||||||
during the handshake. The RA certificates are generated during the remote attestation
|
during the handshake. The RA certificates are generated during the remote attestation
|
||||||
@ -29,7 +28,8 @@ that only identical copies of the code can connect.
|
|||||||
|
|
||||||
This mode is used when one of the peers is not running inside the enclave. Thus the
|
This mode is used when one of the peers is not running inside the enclave. Thus the
|
||||||
name Hybrid Remote Attestation TLS (hRATLS). The implementation for this mode is
|
name Hybrid Remote Attestation TLS (hRATLS). The implementation for this mode is
|
||||||
already completed by the DeTEE but was not publicized yet.
|
already completed by the DeTEE but was not publicized yet since we are actively
|
||||||
|
testing the implementation.
|
||||||
|
|
||||||
<script type="text/javascript" id="hcb" src="/js/comments.js"></script><div id="HCB_comment_box"></div><link rel="stylesheet" type="text/css" href="/css/comments.css"/>
|
<script type="text/javascript" id="hcb" src="/js/comments.js"></script><div id="HCB_comment_box"></div><link rel="stylesheet" type="text/css" href="/css/comments.css"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user