Add ChangeLog entry for empty app data fix

This commit is contained in:
Andres Amaya Garcia 2018-07-04 10:01:39 +01:00 committed by Simon Butcher
parent ce6fbac247
commit 81f0633c16

View file

@ -41,6 +41,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.