MEDIUM: ssl: remove ssl-options from crt-list
authorEmmanuel Hocdet <manu@gandi.net>
Fri, 20 Jan 2017 12:06:27 +0000 (13:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Mar 2017 09:33:16 +0000 (10:33 +0100)
commit4608ed9511a0bc7f96e22376953d1b05de466cfd
tree5a0f08e2af8e855c8d5e197e7d6215d9ec79c15a
parent5bf77329b6d1577bf88db1adb59a436645a664be
MEDIUM: ssl: remove ssl-options from crt-list

ssl-options are link to the initial negotiation environnement worn
by default_ctx.
Remove it from crt-list to avoid any confusion.
doc/configuration.txt
include/types/listener.h
src/ssl_sock.c