Merge branch 'misc' into development

Fixes github #358, #362 and IOTSSL-536
This commit is contained in:
Simon Butcher 2015-12-22 18:56:56 +00:00
commit fabce5e137
4 changed files with 48 additions and 3 deletions

View file

@ -2,6 +2,9 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS 2.2.1 released 2015-12-xx
Bugfix
* Fix over-restricive length limit in GCM. Found by Andreas-N. #362
Changes
* To avoid dropping an entire DTLS datagram if a single record in a datagram
is invalid, we now only drop the record and look at subsequent records (if