Change the example to show apr1 with an 8-character salt.
[openssl.git] / doc / apps / speed.pod
1 =pod
2
3 =head1 NAME
4
5 speed - test library performance
6
7 =head1 SYNOPSIS
8
9 B<openssl speed>
10 [B<md2>]
11 [B<mdc2>]
12 [B<md5>]
13 [B<hmac>]
14 [B<sha1>]
15 [B<rmd160>]
16 [B<idea-cbc>]
17 [B<rc2-cbc>]
18 [B<rc5-cbc>]
19 [B<bf-cbc>]
20 [B<des-cbc>]
21 [B<des-ede3>]
22 [B<rc4>]
23 [B<rsa512>]
24 [B<rsa1024>]
25 [B<rsa2048>]
26 [B<rsa4096>]
27 [B<dsa512>]
28 [B<dsa1024>]
29 [B<dsa2048>]
30 [B<idea>]
31 [B<rc2>]
32 [B<des>]
33 [B<rsa>]
34 [B<blowfish>]
35
36 =head1 DESCRIPTION
37
38 This command is used to test the performance of cryptographic algorithms.
39
40 =head1 OPTIONS
41
42 If an option is given, B<speed> test that algorithm, otherwise all of
43 the above are tested.
44
45 =cut