Use named curve parameter encoding by default.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 19 Feb 2015 14:32:44 +0000 (14:32 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 19 Feb 2015 14:44:46 +0000 (14:44 +0000)
Many applications require named curve parameter encoding instead of explicit
parameter encoding (including the TLS library in OpenSSL itself). Set this
encoding by default instead of requiring an explicit call to set it.

Add OPENSSL_EC_EXPLICT_CURVE define.
Reviewed-by: Matt Caswell <matt@openssl.org>

No differences found