commit | 43f9799ce61c6392a014d0a2ea136b4b3a9ee194 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Sep 23 11:23:31 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Sep 23 11:23:31 2013 +0200 |
tree | df3b646b6c35db528d1902e4de451699ab6e6ef6 | |
parent | 88a2264def143fc9d5b8705bb6aec188ec61061f [diff] [blame] |
RSA blinding on CRT operations to counter timing attacks
diff --git a/ChangeLog b/ChangeLog index a420e6c..36704f1 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -12,6 +12,8 @@ Security * Fixed potential heap buffer overflow on large hostname setting * Fixed potential negative value misinterpretation in load_file() + * RSA blinding on CRT operations to counter timing attacks + (found by Cyril Arnaud and Pierre-Alain Fouque) = Version 1.2.8 released 2013-06-19 Features