changelog: add note for documentation fix for mbedtls_ssl_set_cid

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2026-06-23 22:36:04 +02:00
parent aa6c52b6cd
commit f4dcb5c692

View File

@ -0,0 +1,3 @@
Bugfix
* Fixed documentation of mbedtls_ssl_set_cid(): the set CID configuration
is applied to all subsequent handshakes, not just to the next one.