]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: move "server" keyword SSL options parsing to ssl_sock.c
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 21:04:25 +0000 (23:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 21:09:23 +0000 (23:09 +0200)
commit92faadff788470e98b51eddd3ff7b7455d981adb
treec61d0809ad08c17d03d481adc64d4232bf6ef2fa
parent7151633945a9b22a36ecee281bd8020b389a52f8
MEDIUM: ssl: move "server" keyword SSL options parsing to ssl_sock.c

All SSL-specific "server" keywords are now processed in ssl_sock.c. At
the moment, there is no more "not implemented" hint when SSL is disabled,
but keywords could be added in server.c if needed.
src/cfgparse.c
src/ssl_sock.c