commit | 62087eed220356f373f765b86ef63470b3ac2228 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 04 10:56:03 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 04 10:57:12 2013 +0200 |
tree | f0450b880bbbe95ebb87b0a21d12e3d5e69370f5 | |
parent | 60ad84f43f46b0d3673eaca8b9847d7e01b83c5e [diff] [blame] |
Fixed memory leak in rsa.c introduced in 43f9799
diff --git a/ChangeLog b/ChangeLog index 80208e5..4ea71d0 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,9 @@ PolarSSL ChangeLog += Branch 1.2 +Bugfix + * Fixed memory leak in RSA as a result of introduction of blinding + = Version 1.2.9 released 2013-10-01 Changes * x509_verify() now case insensitive for cn (RFC 6125 6.4)