mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-08 22:15:38 +00:00
Updated Changelog for new version
This commit is contained in:
parent
8a52a7468d
commit
d69f14bed8
|
@ -1,5 +1,11 @@
|
||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
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
|
= mbed TLS 2.1.0 released 2015-09-04
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
@ -50,8 +56,6 @@ Changes
|
||||||
Hugo Leisink) (#210).
|
Hugo Leisink) (#210).
|
||||||
* Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment
|
* Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment
|
||||||
length.
|
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
|
= mbed TLS 2.0.0 released 2015-07-13
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue