Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 77f9e0dfa7785a1d9305da132ffe8cf96650759d..5dbdfc50067d7253a9c47b87e2d2e48a91817c58 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert
+     between NIDs and the more common NIST names such as "P-256". Enhance
+     ecparam utility and ECC method to recognise the NIST names for curves.
+     [Steve Henson]
+
   *) Enhance SSL/TLS certificate chain handling to support different
      chains for each certificate instead of one chain in the parent SSL_CTX.
      [Steve Henson]