From 2cb1a0c4009ecf368ecc74eb428394e10f9e6d00 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Mon, 27 Jan 2014 13:36:23 +0100
Subject: [PATCH] Fixed indication for TrustInSoft fix
---
ChangeLog | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index b094157cf..2f6a3c58d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,9 +13,11 @@ Bugfix
* ssl_mail_client now terminates lines with CRLF, instead of LF
* net module handles timeouts on blocking sockets better (found by Tilman
Sauerbeck)
+ * Assembly format fixes in bn_mul.h
+
+Security
* Missing MPI_CHK calls added around unguarded mpi calls (found by
TrustInSoft)
- * Assembly format fixes in bn_mul.h
= PolarSSL 1.3.3 released on 2013-12-31
Features