]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines
authorWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 21:55:16 +0000 (23:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 21:55:16 +0000 (23:55 +0200)
commitc230b8bfb65cbcf4028187dd5a3225f6b928d194
treed046fd328e8f7b847c76f1ff7c5220e67004f40c
parentd7aacbffcba1341cc5a49824969c1ac6d8916a42
MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines

This is aimed at disabling SSLv3 and TLSv1 respectively. SSLv2 is always
disabled. This can be used in some situations where one version looks more
suitable than the other.
include/types/protocols.h
include/types/server.h
src/cfgparse.c