Add a ChangeLog entry.

This commit is contained in:
Manuel Pégourié-Gonnard 2019-06-18 10:34:15 +02:00
parent c84511fb1f
commit 11d3282f5a

View File

@ -24,6 +24,8 @@ Features
mbedtls_ssl_session_load() to allow serializing a session, for example to
store it in non-volatile storage, and later using it for TLS session
resumption.
* Add new configuration option MBEDTLS_SSL_PROTO_NO_TLS that enables code
size savings in configurations where only DTLS is used.
Bugfix
* Server's RSA certificate in certs.c was SHA-1 signed. In the default