Skip to content

asio-v1.32.0_1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 10:51
· 41 commits to master since this release
27a65cb

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)