commit | 92faadff788470e98b51eddd3ff7b7455d981adb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 10 23:04:25 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 10 23:09:23 2012 +0200 |
tree | c61d0809ad08c17d03d481adc64d4232bf6ef2fa | |
parent | 7151633945a9b22a36ecee281bd8020b389a52f8 [diff] |
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.