]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: Give ssl_sock its own context.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 26 Feb 2019 17:37:15 +0000 (18:37 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 18 Apr 2019 12:56:24 +0000 (14:56 +0200)
commit66ab498f263ec4c094bb590536c63cf8aab8d10d
tree3c5d712e270f8333f7b63545a40a08c92b652b83
parented1a6a0d8a50f8b4b4819121de7f0eaf6927273f
MEDIUM: ssl: Give ssl_sock its own context.

Instead of using directly a SSL * as xprt_ctx, give ssl_sock its own context.
It's useless for now, but will be useful later when we'll want to be able to
stack xprts.
src/ssl_sock.c