MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS.
authorEmeric Brun <ebrun@exceliance.fr>
Fri, 5 Oct 2012 13:47:31 +0000 (15:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Oct 2012 20:11:15 +0000 (22:11 +0200)
commit76d8895c4931dab2a690769dced012ed9cd85bd5
tree7e8f5dfbd9ae3b2a2929f7626f6eacb8f642190e
parent8694b9a6823612bef50d0ad514aba1a7594ab2a8
MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS.

These ones are used to set the default ciphers suite on "bind" lines and
"server" lines respectively, instead of using OpenSSL's defaults. These
are probably mainly useful for distro packagers.
Makefile
include/common/defaults.h
include/types/global.h
src/cfgparse.c
src/haproxy.c
src/ssl_sock.c