Merge branch 'iotssl-825-double-free-quickfix'

Conflicts:
	ChangeLog
This commit is contained in:
Simon Butcher
2016-10-11 00:07:14 +01:00
2 changed files with 5 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ Bugfix
* Fixed the sample applications gen_key.c, cert_req.c and cert_write.c for
builds where the configuration MBEDTLS_PEM_WRITE_C is not defined. Found
by inestlerode. #559.
* Fixed default threading implementation to avoid accidental double
initialisations and double frees.
Changes
* Extended test coverage of special cases, and added new timing test suite.