From: Pauli Date: Wed, 14 Aug 2024 23:52:09 +0000 (+1000) Subject: Revert "doc: add verify-digested param for EdDSA" X-Git-Tag: openssl-3.4.0-alpha1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682b4fe553b90953032603d9507ceef3d88f327a;p=thirdparty%2Fopenssl.git Revert "doc: add verify-digested param for EdDSA" This reverts commit ab02a297eb3d7f314eea371038c0b8e4038f658b. Reviewed-by: Shane Lontis Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/25192) --- diff --git a/doc/man7/EVP_SIGNATURE-ED25519.pod b/doc/man7/EVP_SIGNATURE-ED25519.pod index a525147bcb9..aba56f31824 100644 --- a/doc/man7/EVP_SIGNATURE-ED25519.pod +++ b/doc/man7/EVP_SIGNATURE-ED25519.pod @@ -38,9 +38,9 @@ instance, a nonempty context-string is not permitted. =head2 ED25519 and ED448 Signature Parameters -The following parameters can be set during signing or verification by -passing an OSSL_PARAM array to EVP_DigestSignInit_ex() or -EVP_PKEY_CTX_set_params(): +Two parameters can be set during signing or verification: the EdDSA +B and the B. They can be set by +passing an OSSL_PARAM array to EVP_DigestSignInit_ex(). =over 4 @@ -56,14 +56,9 @@ One of the five strings "Ed25519", "Ed25519ctx", "Ed25519ph", "Ed448", "Ed448ph" A string of octets with length at most 255. -=item * "verify-digested" (B - -If set to a nonzero value, EdDSA can be used to verify a hash of a message. -If zero, EdDSA will digest the message internally. - =back -All of these parameters are optional. +Both of these parameters are optional. If the instance name is not specified, then the default "Ed25519" or "Ed448" is used. @@ -87,8 +82,6 @@ EVP_PKEY_CTX_get_params(). =item * "context-string" (B) -=item * "fips-indicator" (B) - =back The parameters are described in L.