commit | d598318661683e1f9edd631da429afdc92b0c3de | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jul 04 13:50:31 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jul 04 15:01:00 2014 +0200 |
tree | de0eeaafd0886c70635dffb2600135b4adae0378 | |
parent | 31855456f90888e9d2a410e06e914843d26b1d7b [diff] [blame] |
Fix base64_decode() to return and check length correctly
diff --git a/ChangeLog b/ChangeLog index a0a8a18..23820be 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -59,6 +59,8 @@ exchange that caused some handshakes to fail with other implementations. (Failure rate <= 1/255 with common DHM moduli.) * Disable broken Sparc64 bn_mul assembly (found by Florian Obser). + * Fix base64_decode() to return and check length correctly (in case of + tight buffers) = PolarSSL 1.3.7 released on 2014-05-02 Features