commit | 1677033bc817cf3c5d363235274754b815355bab | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 11 09:59:44 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 11 09:59:44 2013 +0200 |
tree | 72232bd3582efb9cedd99198d3e92717fe7377c6 | |
parent | d61cc3b24677acd182e4b87bc7e7f40a23480b64 [diff] [blame] |
TLS compression only allocates working buffer once
diff --git a/ChangeLog b/ChangeLog index 3a3237c..2621f53 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -3,6 +3,7 @@ = Branch 1.3 Changes * RSA blinding locks for a smaller amount of time + * TLS compression only allocates working buffer once Bugfix * Missing MSVC defines added