summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-09-05 13:39:39 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-09-05 13:45:45 +0100
commit2102c53caa616353cdf2c507f9216bf865932816 (patch)
tree7681f85a3cc7244a5cdcbc02be95999de118c313 /CHANGES
parente12e8757594ff6e8ee739c9c0d7796fa522641d8 (diff)
Add CHANGES entry for SCT viewer code.
Reviewed-by: Emilia Käsper <emilia@openssl.org> (cherry picked from commit b2774f6e17d4204f19a4c009cef9db58821c4456)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 613b54f0e4..c2a23d1082 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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.)