commit | 5c2364c2bac4c0c0c269235aa701ec7e07a1e00e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 01 14:41:15 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 01 14:41:15 2012 +0000 |
tree | 51de66388f33a7b14e34b8b985cc557d3cf0c11d | |
parent | 6adff7497a010b49ec2d0e18ed2c5bacf1054a04 [diff] [blame] |
- Moved from unsigned long to uint32_t throughout code
diff --git a/ChangeLog b/ChangeLog index 37d32e1..25c41db 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -45,6 +45,7 @@ * Generalized external private key implementation handling (like PKCS#11) in SSL/TLS * Revamped x509_verify() and the SSL f_vrfy callback implementations + * Moved from unsigned long to fixed width uint32_t types throughout code Bugfix * Fixed handling error in mpi_cmp_mpi() on longer B values (found by