diff options
author | Richard Levitte <levitte@openssl.org> | 2024-07-24 07:25:57 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2024-08-29 19:13:07 +0200 |
commit | 66966827740a04249300b0b25735e9d4c9bcab26 (patch) | |
tree | 27f7969a5d7d23858b402edae2f6c8412f6450fb /crypto/err/openssl.txt | |
parent | Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functions (diff) | |
download | openssl-66966827740a04249300b0b25735e9d4c9bcab26.tar.xz openssl-66966827740a04249300b0b25735e9d4c9bcab26.zip |
Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()
In this mode, only the ph instances are supported, and must be set
explicitly through a parameter. The caller is assumed to pass a
prehash to EVP_PKEY_{sign,verify}().
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24975)
Diffstat (limited to 'crypto/err/openssl.txt')
-rw-r--r-- | crypto/err/openssl.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index 2aea0d2186..9b24e77a01 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -1072,6 +1072,8 @@ PROV_R_INVALID_DATA:115:invalid data PROV_R_INVALID_DIGEST:122:invalid digest PROV_R_INVALID_DIGEST_LENGTH:166:invalid digest length PROV_R_INVALID_DIGEST_SIZE:218:invalid digest size +PROV_R_INVALID_EDDSA_INSTANCE_FOR_ATTEMPTED_OPERATION:243:\ + invalid eddsa instance for attempted operation PROV_R_INVALID_INPUT_LENGTH:230:invalid input length PROV_R_INVALID_ITERATION_COUNT:123:invalid iteration count PROV_R_INVALID_IV_LENGTH:109:invalid iv length |