summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEtienne Millon <me@emillon.org>2021-01-04 11:28:36 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2021-01-05 16:44:09 +0100
commitb2d14651533897b709208e633d4b4f590e0eff1c (patch)
treef8f3cad00f4fae0b3104d491732c42670faa3de7 /doc
parent2c61a670ebf2f1923a3bd2ef0ee4b2fa6261eaeb (diff)
EVP_SIGNATURE-ED25519.pod: fix typo in algo name
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13768)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/EVP_SIGNATURE-ED25519.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_SIGNATURE-ED25519.pod b/doc/man7/EVP_SIGNATURE-ED25519.pod
index bb91ae2434..e2fc31f724 100644
--- a/doc/man7/EVP_SIGNATURE-ED25519.pod
+++ b/doc/man7/EVP_SIGNATURE-ED25519.pod
@@ -15,7 +15,7 @@ one-shot digest sign and digest verify using PureEdDSA and B<Ed25519> or B<Ed448
(see RFC8032). It has associated private and public key formats compatible with
RFC 8410.
-=head2 ED25591 and ED448 Signature Parameters
+=head2 ED25519 and ED448 Signature Parameters
No additional parameters can be set during one-shot signing or verification.
In particular, because PureEdDSA is used, a digest must B<NOT> be specified when