From b84582b7a65a4a454571b84b6aae77bf864686cc Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 27 Jan 2014 12:23:43 +0100 Subject: [PATCH] Fixed up ChangeLog with missing bug fixes --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index e9aa0279f..b094157cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,11 @@ Bugfix * Potential memory leak in bignum_selftest() * Replaced expired test certificate * ssl_mail_client now terminates lines with CRLF, instead of LF + * net module handles timeouts on blocking sockets better (found by Tilman + Sauerbeck) + * Missing MPI_CHK calls added around unguarded mpi calls (found by + TrustInSoft) + * Assembly format fixes in bn_mul.h = PolarSSL 1.3.3 released on 2013-12-31 Features