summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>2022-12-24 09:20:44 +0100
committerTodd Short <todd.short@me.com>2023-03-31 14:19:18 -0400
commit4557e280086d9e300c56183b8ad0671857530dc5 (patch)
treefcc9c4ae73297c0436b82eb2601cd9f78d8932da /doc
parent1636b355ade558d01f5a826494264ca31d6aeeb7 (diff)
downloadopenssl-new-4557e280086d9e300c56183b8ad0671857530dc5.tar.gz
Provider-based KEM and SIG alg speed testing added
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> (Merged from https://github.com/openssl/openssl/pull/19968)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-speed.pod.in10
1 files changed, 10 insertions, 0 deletions
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<openssl speed>
[B<-cmac> I<algo>]
[B<-mb>]
[B<-aead>]
+[B<-kem-algorithms>]
+[B<-signature-algorithms>]
[B<-multi> I<num>]
[B<-async_jobs> I<num>]
[B<-misalign> I<num>]
@@ -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<num>
Generate a I<num>-prime RSA key and use it to run the benchmarks. This option