]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES
Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert
authorDr. Stephen Henson <steve@openssl.org>
Fri, 6 Apr 2012 17:35:01 +0000 (17:35 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 6 Apr 2012 17:35:01 +0000 (17:35 +0000)
commita068a1d0e34c27b8f07eb1481081f5d153c5639c
treedeb1598fc66c00a5e47e51f3ae4f71dd2cad05b0
parent37b16c84bbf06a804d74e017507008fafaef9c89
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.
(backport from HEAD)
CHANGES
apps/ecparam.c
crypto/ec/ec.h
crypto/ec/ec_curve.c
crypto/ec/ec_pmeth.c
crypto/ec/eck_prn.c