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>
Wed, 17 Jul 2013 20:45:01 +0000 (21:45 +0100)
commit88e20b8584a78c803eca7aa9fcf8c46ff0ece4ae
treebe0f0fdf934df72c6485e4966b5c0f2c3620b8ec
parent25af7a5dbc05c7359d1d7f472d50d65a9d876b7e
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.
crypto/ec/ec.h
crypto/ec/ec_ameth.c
crypto/ec/ec_err.c
crypto/ec/ec_pmeth.c