]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: add a "ciphers" keyword to set SSL cipher suites
authorWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 21:34:19 +0000 (23:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 21:43:25 +0000 (23:43 +0200)
commitd7aacbffcba1341cc5a49824969c1ac6d8916a42
treead0814e5c70b2f8f3f7f0feef12bfbde8dce25d9
parentfc32acafcd109804dcd198f99ecd1b892a66ffa5
MEDIUM: config: add a "ciphers" keyword to set SSL cipher suites

This is supported for both servers and listeners. The cipher suite
simply follows the "ciphers" keyword.
include/types/protocols.h
include/types/server.h
src/cfgparse.c