MINOR: ssl: add statements 'verify', 'ca-file' and 'crl-file' on servers.
authorEmeric Brun <ebrun@exceliance.fr>
Thu, 11 Oct 2012 14:11:36 +0000 (16:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 10:05:15 +0000 (12:05 +0200)
commitef42d9219dd21c0082a10c54e867236c79362777
treef4cf3cc3d2361a3c83573321f3472f56a705edcc
parentf9c5c4701c8d55ca7bdf856cc27c5f851e1220fd
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.
doc/configuration.txt
include/types/server.h
src/ssl_sock.c