commit | 3854e0102b9ebc444b4a58ebd51b05721e9ce2ef | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Wed May 17 20:42:48 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 27 07:12:27 2017 +0200 |
tree | ec729695fceb1914b759e3d20e2367e594bb93d7 | |
parent | fa6c7ee702f53ef91883551c034ec346fb0479e1 [diff] |
MEDIUM: ssl: handle multiple async engines This patch adds the support of a maximum of 32 engines in async mode. Some tests have been done using 2 engines simultaneously. This patch also removes specific 'async' attribute from the connection structure. All the code relies only on Openssl functions.