Add pipeline support to s_server and s_client
authorMatt Caswell <matt@openssl.org>
Tue, 22 Sep 2015 10:23:33 +0000 (11:23 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:39:27 +0000 (21:39 +0000)
commit032c6d21fc53d5ec8b7ef78b0997627d1d240dad
tree3eb59264ba0f9c3025c7fe12b1d94f1fdc0e1d36
parentd102d9df8625cb6f75c537b7f2a696bb5f305ff2
Add pipeline support to s_server and s_client

Add the options min_send_frag and max_pipelines to s_server and s_client
in order to control pipelining capabilities. This will only have an effect
if a pipeline capable cipher is used (such as the one provided by the
dasync engine).

Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/s_client.c
apps/s_server.c