Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 03448ba21b5e720f59f7d349fcffd26c53323414
https://github.com/openssl/openssl/commit/03448ba21b5e720f59f7d349fcffd26c53323414
Author: Hubert Kario <[email protected]>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M apps/s_client.c
Log Message:
-----------
s_client: use the full buffer for reads
Use full allocated buffer for reads to not call into switch() over and
over; also increase the size of the buffer to 16 kiB (max for TLS
records). The server side already is using 16 kiB buffers.
Signed-off-by: Hubert Kario <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/24688)
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications