Add support for ECDH KARI.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 17 Jul 2013 14:13:37 +0000 (15:13 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 1 Oct 2013 13:01:18 +0000 (14:01 +0100)
commit1747fd1cc66f2e7a38dfc623d0e6bea7b1707c24
tree9249cd184f1d91899b916b893ccf14374f37e907
parenta119822b90ed8762ef385c210812ecde99873445
Add support for ECDH KARI.

Add support for ECDH in enveloped data. The CMS ctrls for the EC ASN1
method decode/encode the appropriate parameters from the CMS ASN1 data
and send appropriate data to the EC public key method.
(cherry picked from commit 88e20b8584a78c803eca7aa9fcf8c46ff0ece4ae)
crypto/ec/ec.h
crypto/ec/ec_ameth.c
crypto/ec/ec_err.c
crypto/ec/ec_pmeth.c