Fix base64_decode() to return and check length correctly

This commit is contained in:
Paul Bakker 2014-07-04 13:50:31 +02:00
parent 31855456f9
commit d598318661
4 changed files with 69 additions and 0 deletions

View file

@ -59,6 +59,8 @@ Bugfix
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