Merge remote-tracking branch 'upstream-public/pr/1328' into development

This commit is contained in:
Jaeden Amero
2018-01-29 12:49:46 +00:00
2 changed files with 9 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ Bugfix
* Fix incorrect unit in benchmark output. #850
* Fix crash when calling mbedtls_ssl_cache_free() twice. Found by
MilenkoMitrovic, #1104
* Fix mbedtls_timing_alarm(0) on Unix.
* Fix mbedtls_timing_alarm(0) on Unix and MinGW.
* Fix use of uninitialized memory in mbedtls_timing_get_timer when reset=1.
* Fix possible memory leaks in mbedtls_gcm_self_test().
* Added missing return code checks in mbedtls_aes_self_test().