aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2017-10-07 11:38:19 +0200
committerRich Salz <rsalz@openssl.org>2017-10-10 09:24:52 -0400
commit65e6b9a42364d7dd1108d952ff1c58f3b911ddc0 (patch)
tree6b67709b118fb81baab07c1733d0cca52c976ca8 /doc
parent751b26b13256b9918bdb7f833fb7d701f115ab2e (diff)
downloadopenssl-65e6b9a42364d7dd1108d952ff1c58f3b911ddc0.tar.gz
apps/speed.c: add 'rand' algo to enable DRBG performance measurements.
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4481)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/speed.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man1/speed.pod b/doc/man1/speed.pod
index 0e5bb571a5..647c59f399 100644
--- a/doc/man1/speed.pod
+++ b/doc/man1/speed.pod
@@ -20,7 +20,8 @@ B<openssl speed>
This command is used to test the performance of cryptographic algorithms.
To see the list of supported algorithms, use the I<list --digest-commands>
-or I<list --cipher-commands> command.
+or I<list --cipher-commands> command. The global CSPRNG is denoted by
+the I<rand> algorithm name.
=head1 OPTIONS