aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2013-11-21 17:31:06 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2013-11-21 17:31:06 +0100
commita9a028ebd0fb74d2fd893089966575bdcd52a018 (patch)
tree784b1b19a38f0f211245d5957eea9d5f9ccf7922 /ChangeLog
parentf2b4d86452c29e327a2c9cfa041b84c65e3d7a3b (diff)
downloadmbedtls-a9a028ebd0fb74d2fd893089966575bdcd52a018.zip
mbedtls-a9a028ebd0fb74d2fd893089966575bdcd52a018.tar.gz
mbedtls-a9a028ebd0fb74d2fd893089966575bdcd52a018.tar.bz2
SSL now gracefully handles missing RNG
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eca541c..1d28f6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ PolarSSL ChangeLog (Sorted per branch, date)
= PolarSSL 1.3 branch
Bugfix
* Fixed X.509 hostname comparison (with non-regular characters)
+ * SSL now gracefully handles missing RNG
= PolarSSL 1.3.2 released on 2013-11-04
Features