commit | a1a1128f7d916d3574c92e03a54cdb8f8103f2ef | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Mon Sep 14 21:30:40 2015 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Sep 14 21:30:40 2015 +0100 |
tree | a6da42369326d86297ed4db2feea80e3eb5fe710 | |
parent | 520d3b81ad7b8f78f3ec25886006dc0c9633e525 [diff] |
Updated ChangeLog for fix #275
diff --git a/ChangeLog b/ChangeLog index 17f0e80..37c79f6 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,9 @@ = mbed TLS 2.1.1 released 2015-09-?? +Bugfix + * Fix warning when using a 64bit platform. (found by embedthis) (#275) + Changes * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow use of mbedtls_x509_crt_profile_next. (found by NWilson)