Hello,
> Does the openssl Eliptic Curve implementation of openssl support 
Elliptic Curve Digital 
> Signature Algorithm using curves with 256 and 384-bit prime moduli (as 
specified in FIPS 186-2)?
Yes, 256 bit curve is called prime256v1 (or secp256r1), 384 bit curve is 
called secp384r1.
You can list EC curves with command:
 $ openssl ecparam -list_curves

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to