- Added release notes for 1.1.2 and 1.1.3 to trunk

This commit is contained in:
Paul Bakker 2012-05-08 09:04:04 +00:00
parent 384b75ac9c
commit fad3893ead

View file

@ -32,6 +32,21 @@ Security
* Fixed generation of DHM parameters to correct length (found by Ruslan
Yushchenko)
= Version 1.1.3 released on 2012-04-29
Bugfix
* Fixed random MPI generation to not generate more size than requested.
= Version 1.1.2 released on 2012-04-26
Bugfix
* Fixed handling error in mpi_cmp_mpi() on longer B values (found by
Hui Dong)
Security
* Fixed potential memory corruption on miscrafted client messages (found by
Frama-C team at CEA LIST)
* Fixed generation of DHM parameters to correct length (found by Ruslan
Yushchenko)
= Version 1.1.1 released on 2012-01-23
Bugfix
* Check for failed malloc() in ssl_set_hostname() and x509_get_entries()