aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ecerr.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-04-05 12:33:34 +0100
committerMatt Caswell <matt@openssl.org>2018-04-06 10:10:05 +0100
commita6f5b1163452a36da1c8378eab3f29ae234e5c7f (patch)
treea42f3edd14a949799be5d7f440151e9980daf94e /include/openssl/ecerr.h
parentbbf27cd58337116c57a1c942153330ff83d5540a (diff)
downloadopenssl-a6f5b1163452a36da1c8378eab3f29ae234e5c7f.tar.gz
Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
Adding support for these operations for the EdDSA implementations makes pkeyutl usable for signing/verifying for these algorithms. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5880)
Diffstat (limited to 'include/openssl/ecerr.h')
-rw-r--r--include/openssl/ecerr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ecerr.h b/include/openssl/ecerr.h
index 2bd4ee996a..202088dc88 100644
--- a/include/openssl/ecerr.h
+++ b/include/openssl/ecerr.h
@@ -172,6 +172,8 @@ int ERR_load_EC_strings(void);
# define EC_F_PKEY_ECD_DIGESTSIGN 272
# define EC_F_PKEY_ECD_DIGESTSIGN25519 276
# define EC_F_PKEY_ECD_DIGESTSIGN448 277
+# define EC_F_PKEY_ECD_SIGN25519 284
+# define EC_F_PKEY_ECD_SIGN448 285
# define EC_F_PKEY_ECX_DERIVE 269
# define EC_F_PKEY_EC_CTRL 197
# define EC_F_PKEY_EC_CTRL_STR 198