mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-07-07 00:50:52 +02:00
8d72233670
1.32.0~1 Features - Add mbedtls specific APIs to use TLS stack specific features (ad94cc95) Bug Fixes - Add a simple unit test to check the leaks (c3b01688) - Use mbedtls-v4 API (PSA-crypto support) (a465ad41) - memory leaks over ssl::stream lifetime (d33cb616) - Fix picolib missing pthread_sigmask() declaration (25d54efd) - Fixed TLS server-client example failure per cert expiry (4885d282) Updated - change mbedtls_*_free destruction order (9590aecc) - chore(asio): Fixed formatting (ff5d6021)
ASIO port
Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.
Examples
Get started with examples examples
Documentation
- View the full html documentation