From d3a9fb10eefeeb67b0899d830370e1599cd67b8f Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 7 Sep 2018 14:39:19 +0800 Subject: Support EdDSA in apps/speed This addresses issue #6922. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7073) --- doc/man7/Ed25519.pod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 or loaded from a SubjectPublicKeyInfo structure in a PEM file using L (or similar function). +Ed25519 and Ed448 can be tested within L application since version 1.1.1. +Valid algorithm names are B, B and B. If B is +specified, then both Ed25519 and Ed448 are benchmarked. + =head1 EXAMPLE This example generates an B private key and writes it to standard -- cgit v1.2.3