aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-01-13 14:20:25 +0000
committerRich Salz <rsalz@openssl.org>2016-03-08 09:19:38 -0500
commit096665b0dca73e4244b3013ea1dddf417cf8509e (patch)
treecd16e29e8d20bcb89efe14e46d7fddbd4b522c04 /util
parent3ec13237f00d3b06a2fd1d228da16390803eb238 (diff)
downloadopenssl-096665b0dca73e4244b3013ea1dddf417cf8509e.zip
openssl-096665b0dca73e4244b3013ea1dddf417cf8509e.tar.gz
openssl-096665b0dca73e4244b3013ea1dddf417cf8509e.tar.bz2
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> Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rw-r--r--util/libssl.num5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num
index 7ec5525..3d66bd3 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -387,3 +387,8 @@ SSL_has_pending 386 1_1_0 EXIST::FUNCTION:
SSL_CIPHER_get_auth_nid 387 1_1_0 EXIST::FUNCTION:
SSL_CIPHER_get_kx_nid 388 1_1_0 EXIST::FUNCTION:
SSL_CIPHER_is_aead 389 1_1_0 EXIST::FUNCTION:
+SSL_CIPHER_get_auth_nid 390 1_1_0 EXIST::FUNCTION:
+SSL_CIPHER_get_kx_nid 391 1_1_0 EXIST::FUNCTION:
+SSL_CIPHER_is_aead 392 1_1_0 EXIST::FUNCTION:
+SSL_set_default_read_buffer_len 393 1_1_0 EXIST::FUNCTION:
+SSL_CTX_set_default_read_buffer_len 394 1_1_0 EXIST::FUNCTION: