commit | 6c343d7d9ad1de103c3091ff8edaab1cec1a61a9 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jul 10 14:36:19 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jul 10 15:27:10 2014 +0200 |
tree | 48ba94f4297ba2846039d1034e86f8f7bc4e5ce3 | |
parent | 5b11d026cd0403833ea23a660bd71ea76c31c3b6 [diff] [blame] |
Fix mpi_write_string() to write "00" as hex output for empty MPI
diff --git a/ChangeLog b/ChangeLog index eb3889d..c24aaee 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -66,6 +66,8 @@ * Disable broken Sparc64 bn_mul assembly (found by Florian Obser). * Fix base64_decode() to return and check length correctly (in case of tight buffers) + * Fix mpi_write_string() to write "00" as hex output for empty MPI (found + by Hui Dong) = PolarSSL 1.3.7 released on 2014-05-02 Features