Fixed up ChangeLog with missing bug fixes

This commit is contained in:
Paul Bakker 2014-01-27 12:23:43 +01:00
parent 2aca241425
commit b84582b7a6

View file

@ -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