Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
eb8570f174fcb22e0cd329137dcecf421918b743
/
.
/
ChangeLog.d
/
alert_reentrant.txt
blob: 691d64c0de436a879b6a3094929ab2cc479bcb45 [
file
] [
log
] [
blame
]
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.