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