summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-09-23 14:54:04 +0200
committerAndy Polyakov <appro@openssl.org>2014-09-23 14:56:46 +0200
commitd2a1226b8145fc3b93137722015baacc9a68c7a2 (patch)
treebf54004320c3230a680f702d46951713c480d044 /CHANGES
parent9fa9370b6f817cbe60c5b217f8c4412fa6ee22b4 (diff)
CHANGES: mention ECP_NISTZ256.
Reviewed-by: Bodo Moeller <bodo@openssl.org> (cherry picked from commit 507efe737243d7c74a839ea90b3d7eec5eac22e7)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c2a23d1082..5babcd2b49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1h and 1.0.2 [xx XXX xxxx]
+ *) Accelerated NIST P-256 elliptic curve implementation for x86_64
+ (other platforms pending).
+ [Shay Gueron (Intel Corp), Andy Polyakov]
+
*) Add support for the SignedCertificateTimestampList certificate and
OCSP response extensions from RFC6962.
[Rob Stradling]