Add ChangeLog entry for empty app data fix

This commit is contained in:
Andres Amaya Garcia 2018-07-04 10:01:39 +01:00
parent 6aa5169c7a
commit 01daf2a5ef

View File

@ -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.