Merge development into development-restricted

This commit is contained in:
Simon Butcher 2016-03-16 13:56:00 +00:00
commit 184990c1d4
15 changed files with 470 additions and 46 deletions

View file

@ -24,6 +24,8 @@ Bugfix
* Fix an issue that caused valid certificates to be rejected whenever an
expired or not yet valid certificate was parsed before a valid certificate
in the trusted certificate list.
* Fix bug in mbedtls_x509_crt_parse that caused trailing extra data in the
buffer after DER certificates to be included in the raw representation.
Changes
* On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5,