Merge branch 'development' into development-restricted

This commit is contained in:
Jaeden Amero 2018-01-10 13:17:02 +00:00
commit 31f3f0b87b
7 changed files with 19 additions and 11 deletions

View file

@ -128,6 +128,10 @@ Bugfix
* 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().
* Fix issues in RSA key generation program programs/x509/rsa_genkey and the
RSA test suite where the failure of CTR DRBG initialization lead to
freeing an RSA context and several MPI's without proper initialization
beforehand.
Changes
* Extend cert_write example program by options to set the CRT version