commit | db3fe7cbe408f8c8d44776cb3d2db7b1f49cfa26 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Fri Jun 01 19:11:55 2018 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jun 15 09:39:19 2018 +0100 |
tree | a9f1ef38b6864a30340ce0940bb6b02dea4d7d7a | |
parent | 7cea62b8ad990d83254c142139825f1185084931 [diff] [blame] |
Add ChangeLog entry for Microblaze fix
diff --git a/ChangeLog b/ChangeLog index 93d017c..e6dc781 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -10,6 +10,8 @@ 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.