commit | ef42d9219dd21c0082a10c54e867236c79362777 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Thu Oct 11 16:11:36 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 12:05:15 2012 +0200 |
tree | f4cf3cc3d2361a3c83573321f3472f56a705edcc | |
parent | f9c5c4701c8d55ca7bdf856cc27c5f851e1220fd [diff] |
MINOR: ssl: add statements 'verify', 'ca-file' and 'crl-file' on servers. It now becomes possible to verify the server's certificate using the "verify" directive. This one only supports "none" and "required", as it does not make much sense to also support "optional" here.