mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-10-31 06:31:40 +01:00 
			
		
		
		
	
		
			
	
	
		
			4 lines
		
	
	
		
			254 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
		
			254 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | # mbedtls_cxx
 | ||
|  | 
 | ||
|  | This is a simplified C++ wrapper of mbedTLS for performing TLS and DTLS handshake a communication. This component allows for overriding low level IO functions (`send()` and `recv()`) and thus supporting TLS over various physical channels. |