mbedtls/ChangeLog.d/alert_reentrant.txt

6 lines
263 B
Text
Raw Normal View History

Bugfix
* Fix bug in the alert sending function mbedtls_ssl_send_alert_message()
potentially leading to corrupted alert messages being sent in case
the function needs to be re-called after initially returning
MBEDTLS_SSL_WANT_WRITE. Fixes #1916.