Merge remote-tracking branch 'public/pr/1182' into development

This commit is contained in:
Simon Butcher 2018-06-14 10:33:29 +01:00
commit 6ac1cf6f5f
2 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@ API Changes
Bugfix
* Fix an issue with MicroBlaze support in bn_mul.h which was causing the
build to fail. Found by zv-io. Fixes #1651.
* Fix braces in mbedtls_memory_buffer_alloc_status(). Found by sbranden, #552.
Changes
* Support TLS testing in out-of-source builds using cmake. Fixes #1193.