mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 21:46:50 +00:00
Add ChangeLog entry for empty app data fix
This commit is contained in:
parent
46a6d5cbe5
commit
8e346dc793
|
@ -22,6 +22,9 @@ Bugfix
|
|||
Systems.
|
||||
* Fail when receiving a TLS alert message with an invalid length, or invalid
|
||||
zero-length messages when using TLS 1.2. Contributed by Espressif Systems.
|
||||
* Fix ssl_client2 example to send application data with 0-length content
|
||||
when the request_size argument is set to 0 as stated in the documentation.
|
||||
Fixes #1833.
|
||||
|
||||
Changes
|
||||
* Change the shebang line in Perl scripts to look up perl in the PATH.
|
||||
|
|
Loading…
Reference in a new issue