1SPEED(1) OpenSSL SPEED(1)
2
3
4
6 speed - test library performance
7
9 openssl speed [-engine id] [md2] [mdc2] [md5] [hmac] [sha1] [rmd160]
10 [idea-cbc] [rc2-cbc] [rc5-cbc] [bf-cbc] [des-cbc] [des-ede3] [rc4]
11 [rsa512] [rsa1024] [rsa2048] [rsa4096] [dsa512] [dsa1024] [dsa2048]
12 [idea] [rc2] [des] [rsa] [blowfish]
13
15 This command is used to test the performance of cryptographic algo‐
16 rithms.
17
19 -engine id
20 specifying an engine (by it's unique id string) will cause speed to
21 attempt to obtain a functional reference to the specified engine,
22 thus initialising it if needed. The engine will then be set as the
23 default for all available algorithms.
24
25 [zero or more test algorithms]
26 If any options are given, speed tests those algorithms, otherwise
27 all of the above are tested.
28
29
30
310.9.8b 2002-11-14 SPEED(1)