From: parasssh Date: Sat, 18 Aug 2018 08:08:52 +0000 (-0700) Subject: Fix typos and errors in Ed25519.pod documentation X-Git-Tag: OpenSSL_1_1_1-pre9~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=723bd004730a773354dcdc579d62e99a7e125cee;p=oweals%2Fopenssl.git Fix typos and errors in Ed25519.pod documentation CLA: trivial Reviewed-by: Tim Hudson Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7005) --- diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod index eacc05f2ed..466e543c16 100644 --- a/doc/man7/Ed25519.pod +++ b/doc/man7/Ed25519.pod @@ -13,18 +13,18 @@ one-shot digest sign and digest verify using PureEdDSA and B or B be specified. +No additional parameters can be set during key generation, one-shot signing or +verification. In particular, because PureEdDSA is used, a digest must B be +specified when signing or verifying. =head1 NOTES The PureEdDSA algorithm does not support the streaming mechanism of other signature algorithms using, for example, EVP_DigestUpdate(). The message to sign or verify must be passed using the one-shot -EVP_DigestSign() asn EVP_DigestVerify() functions. +EVP_DigestSign() and EVP_DigestVerify() functions. -When calling EVP_DigestSignInit() or EVP_DigestSignUpdate() the +When calling EVP_DigestSignInit() or EVP_DigestVerifyInit(), the digest parameter B be set to B. Applications wishing to sign certificates (or other structures such as