]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: add basic support for OpenSSL crypto engine
authorGrant Zhang <gzhang@fastly.com>
Sat, 21 Jan 2017 01:10:18 +0000 (01:10 +0000)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 May 2017 05:05:00 +0000 (07:05 +0200)
commit872f9c2139ed0e8fadb6d48de10d66fe132a2cf1
treeea3da18ffc0c27b4d188315a63e780db7c22c3b1
parent7f80eb2383bb54ddafecf0e7df6b3b3ef4b4f6e5
MEDIUM: ssl: add basic support for OpenSSL crypto engine

This patch adds the global 'ssl-engine' keyword. First arg is an engine
identifier followed by a list of default_algorithms the engine will
operate.

If the openssl version is too old, an error is reported when the option
is used.
doc/configuration.txt
include/proto/ssl_sock.h
src/haproxy.c
src/ssl_sock.c