openssl-speed (1)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
openssl-speed, speed - test library performanceSYNOPSIS
openssl speed [-help] [-engine id] [-elapsed] [-evp algo] [-decrypt] [algorithm...]DESCRIPTION
This command is used to test the performance of cryptographic algorithms. To see the list of supported algorithms, use the list --digest-commands or list --cipher-commands command.OPTIONS
- -help
- Print out a usage message.
- -engine id
- specifying an engine (by its unique id string) will cause speed to attempt to obtain a functional reference to the specified engine, thus initialising it if needed. The engine will then be set as the default for all available algorithms.
- -elapsed
-
Measure time in real time instead of CPUtime. It can be useful when testing speed of hardware engines.
- -evp algo
-
Use the specified cipher or message digest algorithm via the EVPinterface.
- -decrypt
-
Time the decryption instead of encryption. Affects only the EVPtesting.
- [zero or more test algorithms]
- If any options are given, speed tests those algorithms, otherwise all of the above are tested.
COPYRIGHT
Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.Licensed under the OpenSSL license (the ``License''). You may not use this file except in compliance with the License. You can obtain a copy in the file
LICENSE
in the source distribution or at
<www.openssl.org/source/license.html>.