Add ChangeLog entry for Microblaze fix

This commit is contained in:
Simon Butcher 2018-06-01 19:11:55 +01:00
parent 7cea62b8ad
commit db3fe7cbe4

View file

@ -10,6 +10,8 @@ Bugfix
calling mbedtls_x509_crt_parse_path().
* Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by
TrinityTonic. #1359.
* Fix an issue with MicroBlaze support in bn_mul.h which was causing the
build to fail. Found by zv-io. Fixes #1651.
Changes
* Support TLS testing in out-of-source builds using cmake.