diff options
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 |