mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-20 05:52:22 +02:00
feat(tls_cxx): Publish mbedtls component
Adds examples and tests. Also supports DTLS now.
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
# UDP Mutual authentication example
|
||||
|
||||
This example uses `mbedtls_cxx` to perform a DTLS handshake and exchange a message between server and client.
|
||||
The example uses UDP sockets on `'localhost'` interface, so no actual connection is needed, it could be run on linux target as well as on ESP32.
|
Reference in New Issue
Block a user