mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +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
|
||||
* Add the function mbedtls_ssl_get_alert() which returns the
|
||||
last received fatal error alert type for a more generic
|
||||
MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE return value from
|
||||
mbedtls_ssl_handshake(), mbedtls_ssl_handshake_step() or
|
||||
mbedtls_ssl_read().
|
||||
* Add the function mbedtls_ssl_get_fatal_alert(), which returns the type of
|
||||
the last received fatal alert. This allows callers to retrieve more
|
||||
detailed information when mbedtls_ssl_handshake(),
|
||||
mbedtls_ssl_handshake_step(), or mbedtls_ssl_read() returns the generic
|
||||
MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE error code.
|
||||
|
||||
Reference in New Issue
Block a user