Add changeLog entry

Add changeLog entry describing the new `mbedtls_ssl_tls_prf()` API.
This commit is contained in:
Ron Eldor 2019-05-14 20:41:08 +03:00
parent f75e252909
commit 780d8158f7

View file

@ -63,6 +63,7 @@ Features
https://sweet32.info/SWEET32_CCS16.pdf.
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
and the used tls-prf.
* Add public API for tls-prf function, according to requested enum.
API Changes
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.