Merge remote-tracking branch 'public/pr/2057' into mbedtls-2.7-proposed

This commit is contained in:
Simon Butcher
2018-10-28 17:23:49 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ Bugfix
application leading to a memory leak in case both
MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set.
Fixes #2069.
* Fix memory leak and freeing without initialization in the example
program programs/x509/cert_write. Fixes #1422.
Changes
* Add tests for session resumption in DTLS.