Add an ability to set the SSL read buffer size
authorMatt Caswell <matt@openssl.org>
Wed, 13 Jan 2016 14:20:25 +0000 (14:20 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:39:27 +0000 (21:39 +0000)
commitdad78fb13d790cd06afd6e88067c038d22d7780f
tree784454e5db93dedfd5239e36b7e61c055d1a1b4b
parent0220fee47f912c9c89efe24c09e10f4d452a4d42
Add an ability to set the SSL read buffer size

This capability is required for read pipelining. We will only read in as
many records as will fit in the read buffer (and the network can provide
in one go). The bigger the buffer the more records we can process in
parallel.

Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/s_client.c
apps/s_server.c
include/openssl/ssl.h
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_locl.h
ssl/record/ssl3_buffer.c
ssl/ssl_lib.c
ssl/ssl_locl.h
util/libssl.num