changelog: add note about issue 1569 resolution

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2026-05-18 11:08:23 +02:00
parent a3ae8be611
commit c53e78796a

View File

@ -0,0 +1,4 @@
Security
* Improved documentation of mbedtls_ssl_conf_sig_algs() to emphasize that
this function only set signature algorithms that are enforced during
TLS key exchange and not only on certificate verification.