Updated Changelog for new version

This commit is contained in:
Simon Butcher 2015-09-11 20:00:20 +01:00
parent 8a52a7468d
commit d69f14bed8

View file

@ -1,5 +1,11 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS 2.1.1 released 2015-09-??
Changes
* Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow
use of mbedtls_x509_crt_profile_next. (found by NWilson)
= mbed TLS 2.1.0 released 2015-09-04
Features
@ -50,8 +56,6 @@ Changes
Hugo Leisink) (#210).
* Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment
length.
* Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow
use of mbedtls_x509_crt_profile_next. (found by NWilson)
= mbed TLS 2.0.0 released 2015-07-13