commit | 032c6d21fc53d5ec8b7ef78b0997627d1d240dad | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Sep 22 11:23:33 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Mon Mar 07 21:39:27 2016 +0000 |
tree | 3eb59264ba0f9c3025c7fe12b1d94f1fdc0e1d36 | |
parent | d102d9df8625cb6f75c537b7f2a696bb5f305ff2 [diff] |
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>