From b2774f6e17d4204f19a4c009cef9db58821c4456 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 5 Sep 2014 13:39:39 +0100 Subject: [PATCH] Add CHANGES entry for SCT viewer code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 56d87050b9..01b2885bef 100644 --- a/CHANGES +++ b/CHANGES @@ -310,6 +310,10 @@ Changes between 1.0.1h and 1.0.2 [xx XXX xxxx] + *) Add support for the SignedCertificateTimestampList certificate and + OCSP response extensions from RFC6962. + [Rob Stradling] + *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.) for corner cases. (Certain input points at infinity could lead to bogus results, with non-infinity inputs mapped to infinity too.)