1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

- Added Changelog for bugfix in mpi_cmp_mpi()

This commit is contained in:
Paul Bakker
2012-03-22 14:10:22 +00:00
parent 0c8f73ba8b
commit 37824581b7

View File

@@ -18,6 +18,9 @@ Changes
* Removed redundant POLARSSL_DEBUG_MSG define
* AES code only check for Padlock once
Bugfix
* Fixed handling error in mpi_cmp_mpi() on longer B values
= Version 1.1.1 released on 2012-01-23
Bugfix
* Check for failed malloc() in ssl_set_hostname() and x509_get_entries()