Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert
authorDr. Stephen Henson <steve@openssl.org>
Tue, 21 Feb 2012 14:41:13 +0000 (14:41 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 21 Feb 2012 14:41:13 +0000 (14:41 +0000)
commit64095ce9d7c0613b0b45fe8015b4514116afdec0
treef4ca204e5d0192db238ab9e3fb164cd50e72318c
parent206310c3056847fef7e657879f05a09763c2131e
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.
CHANGES
apps/ecparam.c
crypto/ec/ec.h
crypto/ec/ec_curve.c
crypto/ec/ec_pmeth.c
crypto/ec/eck_prn.c