Add CHANGES entry for SCT viewer code.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2014-09-05 13:39:39 +01:00
parent b0bbe49360
commit b2774f6e17
1 changed files with 4 additions and 0 deletions

View File

@ -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.)