Hanno Becker | a349cfd | 2018-08-14 16:38:12 +0100 | [diff] [blame] | 1 | Bugfix |
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 Rodgman | 28fd4cd | 2022-04-08 12:53:00 +0100 | [diff] [blame] | 5 | MBEDTLS_SSL_WANT_WRITE. Fixes #1916. |