Update Changelog for fixes to X.509 sample apps

This commit is contained in:
Simon Butcher 2016-10-07 15:56:07 +01:00
parent e19acd5e79
commit dcb9892939

View File

@ -31,9 +31,9 @@ Bugfix
a contribution from Tobias Tangemann. #541 a contribution from Tobias Tangemann. #541
* Fixed cert_app sample program for debug output and for use when no root * Fixed cert_app sample program for debug output and for use when no root
certificates are provided. certificates are provided.
* Fixed sample application 'programs/pkey/gen_key.c' for builds where the * Fixed the sample applications gen_key.c, cert_req.c and cert_write.c for
configuration MBEDTLS_PEM_WRITE_C is not defined. Found by inestlerode. builds where the configuration MBEDTLS_PEM_WRITE_C is not defined. Found
#559. by inestlerode. #559.
* Fixed default threading implementation to avoid accidental double * Fixed default threading implementation to avoid accidental double
initialisations and double frees. initialisations and double frees.
* Fix mbedtls_x509_get_sig() to update the ASN1 type in the mbedtls_x509_buf * Fix mbedtls_x509_get_sig() to update the ASN1 type in the mbedtls_x509_buf