Compare commits
	
		
			1 Commits
		
	
	
		
			b15be22ab9
			...
			238d8606f7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 238d8606f7 | 
@ -2,7 +2,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
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 [repository](https://gitea.detee.cloud/general/detee-sgx)
 | 
					network. The library for RATLS is implemented in Rust, check out the
 | 
				
			||||||
 | 
					[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
 | 
				
			||||||
@ -28,8 +29,7 @@ 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 since we are actively
 | 
					already completed by the DeTEE but was not publicized yet.
 | 
				
			||||||
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