aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2013-12-16 16:43:10 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2013-12-17 13:09:12 +0100
commitf70fe81a6e027b1a883f8373202285718b11d1f1 (patch)
treee76d2ce4dee6a09563a509ef0eea49f1ad02645e /ChangeLog
parent77e257e95845bbce217b58fff0c8283f06d6b20c (diff)
downloadmbedtls-f70fe81a6e027b1a883f8373202285718b11d1f1.zip
mbedtls-f70fe81a6e027b1a883f8373202285718b11d1f1.tar.gz
mbedtls-f70fe81a6e027b1a883f8373202285718b11d1f1.tar.bz2
Fixed memory leak in benchmark application
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9390243..6c0a5c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@ Bugfix
* Missing defines / cases for RSA_PSK key exchange
* crypt_and_hash app checks MAC before final decryption
* Potential memory leak in ssl_ticket_keys_init()
+ * Memory leak in benchmark application
= PolarSSL 1.3.2 released on 2013-11-04
Features