diff options
author | Michael Baentsch <57787676+baentsch@users.noreply.github.com> | 2022-12-24 09:20:44 +0100 |
---|---|---|
committer | Todd Short <todd.short@me.com> | 2023-03-31 20:19:18 +0200 |
commit | 4557e280086d9e300c56183b8ad0671857530dc5 (patch) | |
tree | fcc9c4ae73297c0436b82eb2601cd9f78d8932da /doc/man1 | |
parent | /dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO. (diff) | |
download | openssl-4557e280086d9e300c56183b8ad0671857530dc5.tar.xz openssl-4557e280086d9e300c56183b8ad0671857530dc5.zip |
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/man1')
-rw-r--r-- | doc/man1/openssl-speed.pod.in | 10 |
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 |