summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-27 17:28:48 +0000
committerMatt Caswell <matt@openssl.org>2018-03-02 10:14:31 +0000
commita2eecb5d2691d8a2e3481765683054f1edfcba36 (patch)
tree45407d2c8e00e8249f1616e37d36acd9642f5cdc /doc/man1
parent13735cfef69dfac2d36229810ea0400e2bc6526d (diff)
Update some documentation for X448/Ed448
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/5481)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/genpkey.pod6
-rw-r--r--doc/man1/pkeyutl.pod6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/man1/genpkey.pod b/doc/man1/genpkey.pod
index d8f1c24f74..fc83efa475 100644
--- a/doc/man1/genpkey.pod
+++ b/doc/man1/genpkey.pod
@@ -241,10 +241,10 @@ numeric OID. Following parameter sets are supported:
=back
-=head1 X25519 KEY GENERATION OPTIONS
-
-The X25519 algorithm does not currently support any key generation options.
+=head1 X25519 and X448 KEY GENERATION OPTIONS
+The X25519 and X448 algorithms do not currently support any key generation
+options.
=head1 NOTES
diff --git a/doc/man1/pkeyutl.pod b/doc/man1/pkeyutl.pod
index 4c12f13b08..f693e2299d 100644
--- a/doc/man1/pkeyutl.pod
+++ b/doc/man1/pkeyutl.pod
@@ -282,10 +282,10 @@ verify operations use ECDSA and derive uses ECDH. Currently there are no
additional options other than B<digest>. Only the SHA1 digest can be used and
this digest is assumed by default.
-=head1 X25519 ALGORITHM
+=head1 X25519 and X448 ALGORITHMS
-The X25519 algorithm supports key derivation only. Currently there are no
-additional options.
+The X25519 and X448 algorithms support key derivation only. Currently there are
+no additional options.
=head1 EXAMPLES