speed.pod revision 325337
1=pod
2
3=head1 NAME
4
5openssl-speed,
6speed - test library performance
7
8=head1 SYNOPSIS
9
10B<openssl speed>
11[B<-engine id>]
12[B<md2>]
13[B<mdc2>]
14[B<md5>]
15[B<hmac>]
16[B<sha1>]
17[B<rmd160>]
18[B<idea-cbc>]
19[B<rc2-cbc>]
20[B<rc5-cbc>]
21[B<bf-cbc>]
22[B<des-cbc>]
23[B<des-ede3>]
24[B<rc4>]
25[B<rsa512>]
26[B<rsa1024>]
27[B<rsa2048>]
28[B<rsa4096>]
29[B<dsa512>]
30[B<dsa1024>]
31[B<dsa2048>]
32[B<idea>]
33[B<rc2>]
34[B<des>]
35[B<rsa>]
36[B<blowfish>]
37
38=head1 DESCRIPTION
39
40This command is used to test the performance of cryptographic algorithms.
41
42=head1 OPTIONS
43
44=over 4
45
46=item B<-engine id>
47
48specifying an engine (by its unique B<id> string) will cause B<speed>
49to attempt to obtain a functional reference to the specified engine,
50thus initialising it if needed. The engine will then be set as the default
51for all available algorithms.
52
53=item B<[zero or more test algorithms]>
54
55If any options are given, B<speed> tests those algorithms, otherwise all of
56the above are tested.
57
58=back
59
60=cut
61