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