summaryrefslogtreecommitdiffstats
path: root/doc/man7/Ed25519.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-11-01 16:26:05 -0400
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-11-10 18:58:50 +0100
commit1903a9b77af1aa289ce858de90790f3e2749fea9 (patch)
tree7a8caa4fa1775e377286ab4f3db4ea0eda37b7c0 /doc/man7/Ed25519.pod
parentdb30f43242a216ebad0fd16fbef45fb7d3ab8de3 (diff)
Fix L<xxx(1)> links to be L<openssl-xxx(1)>
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10328)
Diffstat (limited to 'doc/man7/Ed25519.pod')
-rw-r--r--doc/man7/Ed25519.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod
index 74bf7c31ee..242d561173 100644
--- a/doc/man7/Ed25519.pod
+++ b/doc/man7/Ed25519.pod
@@ -49,7 +49,8 @@ Ed25519 or Ed448 public keys can be set directly using
L<EVP_PKEY_new_raw_public_key(3)> or loaded from a SubjectPublicKeyInfo
structure in a PEM file using L<PEM_read_bio_PUBKEY(3)> (or similar function).
-Ed25519 and Ed448 can be tested within L<speed(1)> application since version 1.1.1.
+Ed25519 and Ed448 can be tested with the L<openssl-speed(1)> application
+since version 1.1.1.
Valid algorithm names are B<ed25519>, B<ed448> and B<eddsa>. If B<eddsa> is
specified, then both Ed25519 and Ed448 are benchmarked.