commit | d701c9aec910de55c58da1094229538440c6e9be | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Feb 26 17:54:07 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 14 08:41:01 2014 +0100 |
tree | 0a4fd453590491bc130c7075e41a9f6fd558649b | |
parent | 84c30c7e83ba999e07d785ae5ceee318169735ba [diff] [blame] |
Fix memory leak in server with expired tickets
diff --git a/ChangeLog b/ChangeLog index 591a91c..2dd0c28 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -39,6 +39,8 @@ send() would return an EAGAIN error when sending the ticket. * ssl_cache was leaking memory when reusing a timed out entry containing a client certificate. + * ssl_srv was leaking memory when client presented a timed out ticket + containing a client certificate = PolarSSL 1.3.4 released on 2014-01-27 Features