mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 16:41:09 +00:00
Clarify Changelog entries
Corrected some style issues, and moved some entries from bugfixes to changes.
This commit is contained in:
parent
3339fe9a02
commit
d908494fe5
|
@ -60,16 +60,15 @@ Bugfix
|
||||||
to the connection being terminated. Seen most often with OpenSSL using
|
to the connection being terminated. Seen most often with OpenSSL using
|
||||||
TLS 1.0. Reported by @kFYatek and by Conor Murphy on the forum. Fix
|
TLS 1.0. Reported by @kFYatek and by Conor Murphy on the forum. Fix
|
||||||
contributed by Espressif Systems. Fixes #1632
|
contributed by Espressif Systems. Fixes #1632
|
||||||
* 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
|
* 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.
|
when the request_size argument is set to 0 as stated in the documentation.
|
||||||
Fixes #1833.
|
Fixes #1833.
|
||||||
* Correct the documentation for `mbedtls_ssl_get_session()`.
|
* Correct the documentation for `mbedtls_ssl_get_session()`. This API has
|
||||||
This API has deep copy of the session, and the peer
|
deep copy of the session, and the peer certificate is not lost. Fixes #926.
|
||||||
certificate is not lost. Fixes #926.
|
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
* 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.
|
||||||
* Change the shebang line in Perl scripts to look up perl in the PATH.
|
* Change the shebang line in Perl scripts to look up perl in the PATH.
|
||||||
Contributed by fbrosson in #1533.
|
Contributed by fbrosson in #1533.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue