Files
esp-protocols/components/asio
David Cermak 8d72233670 bump(asio): 1.32.0 -> 1.32.0~1
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)
2026-02-12 11:03:08 +01:00
..
2025-01-24 10:47:54 +01:00
2026-02-12 11:03:08 +01:00
2026-02-12 11:03:08 +01:00

ASIO port

Component Registry

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