Improve changelog for alert getter

Integrate suggestions by @ronald-cron-arm for changelog for alert
getter.

Signed-off-by: Nico Geyso <ng@gsmk.de>
This commit is contained in:
Nico Geyso
2026-01-27 10:48:31 +01:00
parent 8a3bcb1434
commit cc53b069d9

View File

@@ -1,6 +1,6 @@
Features Features
* Add the function mbedtls_ssl_get_alert() which returns the * Add the function mbedtls_ssl_get_fatal_alert(), which returns the type of
last received fatal error alert type for a more generic the last received fatal alert. This allows callers to retrieve more
MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE return value from detailed information when mbedtls_ssl_handshake(),
mbedtls_ssl_handshake(), mbedtls_ssl_handshake_step() or mbedtls_ssl_handshake_step(), or mbedtls_ssl_read() returns the generic
mbedtls_ssl_read(). MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE error code.