summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2018-09-07 14:39:19 +0800
committerPaul Yang <yang.yang@baishancloud.com>2018-09-07 14:39:19 +0800
commitd3a9fb10eefeeb67b0899d830370e1599cd67b8f (patch)
tree68d68cebd04f8672bd4828a099c50ffc2beb7a09 /doc
parenta6465b3f8557f69e84e7d8e097f9c45ba4479dd6 (diff)
Support EdDSA in apps/speed
This addresses issue #6922. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7073)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/Ed25519.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod
index 7ed5cf0b55..3f54217918 100644
--- a/doc/man7/Ed25519.pod
+++ b/doc/man7/Ed25519.pod
@@ -49,6 +49,10 @@ 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.
+Valid algorithm names are B<ed25519>, B<ed448> and B<eddsa>. If B<eddsa> is
+specified, then both Ed25519 and Ed448 are benchmarked.
+
=head1 EXAMPLE
This example generates an B<ED25519> private key and writes it to standard