From 3eb9673e194902bea80c2b095f6e9a440a1d1780 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Wed, 22 Jan 2014 13:08:19 +0100
Subject: [PATCH] Updated ChangeLog with recent changes
---
ChangeLog | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 03215e723..0d6be8c6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
PolarSSL ChangeLog (Sorted per branch, date)
+= PolarSSL 1.3 branch
+Features
+ * Allow for use of PKCS#1 v2.1 via the PK layer (pk_rsa_set_padding() and
+ rsa_set_padding())
+
+Bugfix
+ * Potential memory leak in bignum_selftest()
+ * Replaced expired test certificate
+
= PolarSSL 1.3.3 released on 2013-12-31
Features
* EC key generation support in gen_key app