]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man7/Ed25519.pod
Fix L<xxx(1)> links to be L<openssl-xxx(1)>
[thirdparty/openssl.git] / doc / man7 / Ed25519.pod
index 74bf7c31ee83c07c65ec158d28094ee42dc6e4e0..242d561173547caacca3a1f20d63e068ed19a66a 100644 (file)
@@ -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.