159191Skris=pod
259191Skris
359191Skris=head1 NAME
459191Skris
5325337Sjkimopenssl-speed,
659191Skrisspeed - test library performance
759191Skris
859191Skris=head1 SYNOPSIS
959191Skris
1059191SkrisB<openssl speed>
11109998Smarkm[B<-engine id>]
1259191Skris[B<md2>]
1359191Skris[B<mdc2>]
1459191Skris[B<md5>]
1559191Skris[B<hmac>]
1659191Skris[B<sha1>]
1759191Skris[B<rmd160>]
1859191Skris[B<idea-cbc>]
1959191Skris[B<rc2-cbc>]
2059191Skris[B<rc5-cbc>]
2159191Skris[B<bf-cbc>]
2259191Skris[B<des-cbc>]
2359191Skris[B<des-ede3>]
2459191Skris[B<rc4>]
2559191Skris[B<rsa512>]
2659191Skris[B<rsa1024>]
2759191Skris[B<rsa2048>]
2859191Skris[B<rsa4096>]
2959191Skris[B<dsa512>]
3059191Skris[B<dsa1024>]
3159191Skris[B<dsa2048>]
3259191Skris[B<idea>]
3359191Skris[B<rc2>]
3459191Skris[B<des>]
3559191Skris[B<rsa>]
3659191Skris[B<blowfish>]
3759191Skris
3859191Skris=head1 DESCRIPTION
3959191Skris
4059191SkrisThis command is used to test the performance of cryptographic algorithms.
4159191Skris
4259191Skris=head1 OPTIONS
4359191Skris
44109998Smarkm=over 4
45109998Smarkm
46109998Smarkm=item B<-engine id>
47109998Smarkm
48238405Sjkimspecifying an engine (by its unique B<id> string) will cause B<speed>
49109998Smarkmto attempt to obtain a functional reference to the specified engine,
50109998Smarkmthus initialising it if needed. The engine will then be set as the default
51109998Smarkmfor all available algorithms.
52109998Smarkm
53109998Smarkm=item B<[zero or more test algorithms]>
54109998Smarkm
5568651SkrisIf any options are given, B<speed> tests those algorithms, otherwise all of
5659191Skristhe above are tested.
5759191Skris
58109998Smarkm=back
59109998Smarkm
6059191Skris=cut
61