mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user