- Fixed incorrect handling of one single negative input value in mpi_add_abs() (found by code coverage tests).

This commit is contained in:
Paul Bakker 2009-06-20 10:31:06 +00:00
parent 05feca6f7c
commit f7ca7b99dd
2 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,8 @@ PolarSSL ChangeLog
Bug fixes
* Fixed incorrect handling of negative strings in
mpi_read_string() (found by code coverage tests).
* Fixed incorrect handling of one single negative input
value in mpi_add_abs() (found by code coverage tests).
= Version 0.11.1 released on 2009-05-17
* Fixed missing functionality for SHA-224, SHA-256, SHA384,