commit | 1a56fc96a375cd5f15dc38f06899069549029f74 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Dec 19 13:51:24 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Dec 19 13:52:33 2013 +0100 |
tree | 9e7750243d0795dc890fc259b2c8b7dd88ed3429 | |
parent | 1321135758435ef60f0d689153632ceb1fce8ac9 [diff] [blame] |
Fixed x509_crt_parse_path() bug on Windows platforms
diff --git a/ChangeLog b/ChangeLog index 3eadbcc..cd3732f 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -26,6 +26,7 @@ * crypt_and_hash app checks MAC before final decryption * Potential memory leak in ssl_ticket_keys_init() * Memory leak in benchmark application + * Fixed x509_crt_parse_path() bug on Windows platforms = PolarSSL 1.3.2 released on 2013-11-04 Features