mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 05:22:21 +02:00
feat(tls_cxx): Publish mbedtls component
Adds examples and tests. Also supports DTLS now.
This commit is contained in:
3
components/mbedtls_cxx/README.md
Normal file
3
components/mbedtls_cxx/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 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.
|
Reference in New Issue
Block a user