From 4557e280086d9e300c56183b8ad0671857530dc5 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Sat, 24 Dec 2022 09:20:44 +0100 Subject: Provider-based KEM and SIG alg speed testing added Reviewed-by: Tomas Mraz Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/19968) --- doc/man1/openssl-speed.pod.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/man1') diff --git a/doc/man1/openssl-speed.pod.in b/doc/man1/openssl-speed.pod.in index ab76ca6f13..38e95720a3 100644 --- a/doc/man1/openssl-speed.pod.in +++ b/doc/man1/openssl-speed.pod.in @@ -16,6 +16,8 @@ B [B<-cmac> I] [B<-mb>] [B<-aead>] +[B<-kem-algorithms>] +[B<-signature-algorithms>] [B<-multi> I] [B<-async_jobs> I] [B<-misalign> I] @@ -97,6 +99,14 @@ Enable multi-block mode on EVP-named cipher. Benchmark EVP-named AEAD cipher in TLS-like sequence. +=item B<-kem-algorithms> + +Benchmark KEM algorithms: key generation, encapsulation, decapsulation. + +=item B<-signature-algorithms> + +Benchmark signature algorithms: key generation, signature, verification. + =item B<-primes> I Generate a I-prime RSA key and use it to run the benchmarks. This option -- cgit v1.2.3