From 5d45f8c54e559401561785dfae5561d51f9d9750 Mon Sep 17 00:00:00 2001 From: ILUXONCHIK Date: Tue, 27 Mar 2018 16:31:42 +0100 Subject: [PATCH] add entry to ChangeLog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07cc87692..164092ac4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,13 @@ Bugfix * Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326. * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion. Fixes #2190. + * Server's RSA certificate in certs.c was SHA-1 signed. In the default + mbedTLS configuration only SHA-2 signed certificates are accepted. + This certificate is used in the demo server programs, which lead the + client programs to fail at the peer's certificate verification + due to an unacceptable hash signature. The certificate has been + updated to one that is SHA-256 signed. Fix contributed by + Illya Gerasymchuk. Changes * Include configuration file in all header files that use configuration,