]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: handle multiple async engines
authorEmeric Brun <ebrun@haproxy.com>
Wed, 17 May 2017 18:42:48 +0000 (20:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 May 2017 05:12:27 +0000 (07:12 +0200)
commit3854e0102b9ebc444b4a58ebd51b05721e9ce2ef
treeec729695fceb1914b759e3d20e2367e594bb93d7
parentfa6c7ee702f53ef91883551c034ec346fb0479e1
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.
doc/configuration.txt
include/proto/connection.h
include/types/connection.h
src/ssl_sock.c