commit | 07824f304a220ea09ec369bad60f4fcfd01d5d14 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu May 17 11:18:01 2018 +0100 |
committer | Matt Caswell <matt@openssl.org> | Thu May 24 17:25:43 2018 +0100 |
tree | 4908936ce08da69502dda67d1de800f889887fbf | |
parent | b14e60155009f4f1d168e220fa01cd2b75557b72 [diff] |
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)