commit | 7f113205bf29552ec6481d3f3fd596f2caef6071 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed May 30 07:33:49 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed May 30 07:33:49 2012 +0000 |
tree | 6ad436b9b359be7c9d90c63742c65cd7f7e8cd19 | |
parent | 0715668eea27602d51a906bf15734bf31c9a7f24 [diff] |
- Merged 'Fixed potential heap corruption in x509_name allocation' into 1.1 branch
diff --git a/ChangeLog b/ChangeLog index 691754d..736291b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,9 @@ PolarSSL ChangeLog += Version 1.1.4 released on 2012-05-30 +Bugfix + * Fixed potential heap corruption in x509_name allocation + = Version 1.1.3 released on 2012-04-29 Bugfix * Fixed random MPI generation to not generate more size than requested.