blob: 691d64c0de436a879b6a3094929ab2cc479bcb45 [file] [log] [blame]
Hanno Beckera349cfd2018-08-14 16:38:12 +01001Bugfix
2 * Fix bug in the alert sending function mbedtls_ssl_send_alert_message()
3 potentially leading to corrupted alert messages being sent in case
4 the function needs to be re-called after initially returning
Dave Rodgman28fd4cd2022-04-08 12:53:00 +01005 MBEDTLS_SSL_WANT_WRITE. Fixes #1916.