summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-speed.pod.in
diff options
context:
space:
mode:
authorKevin K Biju <kevinkbiju@gmail.com>2022-02-05 18:09:45 +0530
committerPauli <pauli@openssl.org>2022-02-11 13:43:14 +1100
commitb32b2167155cafc4ac133f49d9cd04a249e443c8 (patch)
tree111196a5208f9e1a5b54cc29b4e4b74f588cb6d7 /doc/man1/openssl-speed.pod.in
parent09ade84a4a9e082c785cb51a9db2e85a45097cbd (diff)
Added checking for buflen overflow due to MAX_MISALIGNMENT.
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17646) (cherry picked from commit 4b3777c9ad4a2058a9b87afb26289039ebf4a6c1)
Diffstat (limited to 'doc/man1/openssl-speed.pod.in')
-rw-r--r--doc/man1/openssl-speed.pod.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man1/openssl-speed.pod.in b/doc/man1/openssl-speed.pod.in
index bfe992797a..29181ea970 100644
--- a/doc/man1/openssl-speed.pod.in
+++ b/doc/man1/openssl-speed.pod.in
@@ -101,6 +101,8 @@ Run benchmarks for I<num> seconds.
=item B<-bytes> I<num>
Run benchmarks on I<num>-byte buffers. Affects ciphers, digests and the CSPRNG.
+The limit on the size of the buffer is INT_MAX - 64 bytes, which for a 32-bit
+int would be 2147483583 bytes.
=item B<-mr>