summaryrefslogtreecommitdiffstats
path: root/doc
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:42:36 +1100
commit378c50f63dceb3a85bb4937a3499283b10d295b6 (patch)
tree35f247b7d1215463d7f281c89669bdb8542c85b6 /doc
parent649999dc57419ddd9329f7062b048dee5ecd9306 (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)
Diffstat (limited to 'doc')
-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..98e3bac037 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>