MEDIUM: ssl: support SNI filters with multicerts
authorEmmanuel Hocdet <manu@gandi.net>
Fri, 13 May 2016 09:14:06 +0000 (11:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 Jun 2016 15:15:17 +0000 (17:15 +0200)
commitd294aea605f825801ab254abf9422d0b2cf237b7
tree3fcf7ed6f777d62713fd0f7f63ae0213c8a3e3e5
parent68535bddf305fdd22f1449a039939b57245212e7
MEDIUM: ssl: support SNI filters with multicerts

SNI filters used to be ignored with multicerts (eg: those providing
ECDSA and RSA at the same time). This patch makes them work like
other certs.

Note: most of the changes in this patch are due to an extra level of
      indent, read it with "git show -b".
doc/configuration.txt
src/ssl_sock.c