From 3a2c0563c93ed1158e2836ad20f4251f5bc916ae Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Mon, 7 Oct 2013 16:22:05 +0200
Subject: [PATCH] Added 1.2.10 to ChangeLog
---
ChangeLog | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 79484cb19..b8fa7f3d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,6 +62,15 @@ Security
* RSA blinding on CRT operations to counter timing attacks
(found by Cyril Arnaud and Pierre-Alain Fouque)
+= Version 1.2.10 released 2013-10-07
+Changes
+ * Changed RSA blinding to a slower but thread-safe version
+
+Bugfix
+ * Fixed memory leak in RSA as a result of introduction of blinding
+ * Fixed ssl_pkcs11_decrypt() prototype
+ * Fixed MSVC project files
+
= Version 1.2.9 released 2013-10-01
Changes
* x509_verify() now case insensitive for cn (RFC 6125 6.4)