summaryrefslogtreecommitdiff
path: root/crypto/ec/ec.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-07-17 15:13:37 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-07-17 21:45:01 +0100
commit88e20b8584a78c803eca7aa9fcf8c46ff0ece4ae (patch)
treebe0f0fdf934df72c6485e4966b5c0f2c3620b8ec /crypto/ec/ec.h
parent25af7a5dbc05c7359d1d7f472d50d65a9d876b7e (diff)
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.
Diffstat (limited to 'crypto/ec/ec.h')
-rw-r--r--crypto/ec/ec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index cca45596b2..fd5be8b63d 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -1204,6 +1204,7 @@ void ERR_load_EC_strings(void);
#define EC_R_INVALID_COMPRESSED_POINT 110
#define EC_R_INVALID_COMPRESSION_BIT 109
#define EC_R_INVALID_CURVE 141
+#define EC_R_INVALID_DIGEST 151
#define EC_R_INVALID_DIGEST_TYPE 138
#define EC_R_INVALID_ENCODING 102
#define EC_R_INVALID_FIELD 103