X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Fspeed.pod;h=f57f55a5341f3e748650bcd767b3ed70b9ddb4ec;hp=0e5bb571a5bb4a850fe57ea72de03642bda03de6;hb=64daf14d9cc54a61f0392fdd6e1b71e475fb7a96;hpb=3ee1eac27a2e3120fbdc60e12db091c082b8de21 diff --git a/doc/man1/speed.pod b/doc/man1/speed.pod index 0e5bb571a5..f57f55a534 100644 --- a/doc/man1/speed.pod +++ b/doc/man1/speed.pod @@ -2,6 +2,7 @@ =head1 NAME +openssl-speed, speed - test library performance =head1 SYNOPSIS @@ -14,13 +15,15 @@ B [B<-decrypt>] [B<-rand file...>] [B<-writerand file>] +[B<-primes num>] [B] =head1 DESCRIPTION This command is used to test the performance of cryptographic algorithms. To see the list of supported algorithms, use the I -or I command. +or I command. The global CSPRNG is denoted by +the I algorithm name. =head1 OPTIONS @@ -63,6 +66,19 @@ all others. Writes random data to the specified I upon exit. This can be used with a subsequent B<-rand> flag. +=item B<-primes num> + +Generate a B-prime RSA key and use it to run the benchmarks. This option +is only effective if RSA algorithm is specified to test. + +=item B<-seconds num> + +Run bechmarks for B seconds. + +=item B<-bytes num> + +Run bechmarks on B-byte buffers. Affects ciphers, digests and the CSPRNG. + =item B<[zero or more test algorithms]> If any options are given, B tests those algorithms, otherwise all of