]> git.ipfire.org Git - thirdparty/openssl.git/commit
Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"
authorMatt Caswell <matt@openssl.org>
Thu, 17 May 2018 10:18:01 +0000 (11:18 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 24 May 2018 16:25:43 +0000 (17:25 +0100)
commit07824f304a220ea09ec369bad60f4fcfd01d5d14
tree4908936ce08da69502dda67d1de800f889887fbf
parentb14e60155009f4f1d168e220fa01cd2b75557b72
Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"

This reverts commit a6f5b1163452a36da1c8378eab3f29ae234e5c7f.

The EVP_PKEY_sign() function is intended for pre-hashed input which is
not supported by our EdDSA implementation.

See the discussion in PR 5880

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6284)
crypto/ec/ec_err.c
crypto/ec/ecx_meth.c
crypto/err/openssl.txt
include/openssl/ecerr.h