aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ec_err.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-08-24 20:14:51 +1000
committerPauli <paul.dale@oracle.com>2019-09-06 19:27:57 +1000
commit59cba5ac8591dba5113fb674ad001d45450e59d1 (patch)
tree6d091b2d538ae5817be7d6a4ec1939996d29fe94 /crypto/ec/ec_err.c
parenta308acb2c2809cb9ac30e8e987b2bdfb21f096e0 (diff)
downloadopenssl-59cba5ac8591dba5113fb674ad001d45450e59d1.zip
openssl-59cba5ac8591dba5113fb674ad001d45450e59d1.tar.gz
openssl-59cba5ac8591dba5113fb674ad001d45450e59d1.tar.bz2
KDF error codes reworked
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9662)
Diffstat (limited to 'crypto/ec/ec_err.c')
-rw-r--r--crypto/ec/ec_err.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ec/ec_err.c b/crypto/ec/ec_err.c
index d2fee05..566b40f 100644
--- a/crypto/ec/ec_err.c
+++ b/crypto/ec/ec_err.c
@@ -23,6 +23,8 @@ static const ERR_STRING_DATA EC_str_reasons[] = {
"coordinates out of range"},
{ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_ECDH),
"curve does not support ecdh"},
+ {ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA),
+ "curve does not support ecdsa"},
{ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_SIGNING),
"curve does not support signing"},
{ERR_PACK(ERR_LIB_EC, 0, EC_R_D2I_ECPKPARAMETERS_FAILURE),