Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 254 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 254 Bytes

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.