From e1121b6217748fb2c8d82e523dba9d16ee002922 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Thu, 31 Oct 2013 14:37:37 +0100 Subject: [PATCH] Update ChangeLog for renegotiation changes --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2ae8c3a93..11781d54a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,9 @@ Features Changes * Padding checks in cipher layer are now constant-time + * Value comparisons in SSL layer are now constant-time * Support for serialNumber, postalAddress and postalCode in X509 names + * SSL Renegotiation was refactored Bugfix * More stringent checks in cipher layer @@ -19,6 +21,7 @@ Bugfix * cert_write with selfsign should use issuer_name as subject_name * Fix ECDSA corner case: missing reduction mod N (found by DualTachyon) * Defines to handle UEFI environment under MSVC + * Server-side initiated renegotiations send HelloRequest = PolarSSL 1.3.1 released on 2013-10-15 Features