]> git.kaiwu.me - haproxy.git/commit
MINOR: ssl: add fetches and ACLs to return verify errors
authorEmeric Brun <ebrun@exceliance.fr>
Fri, 21 Sep 2012 13:27:54 +0000 (15:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2012 06:34:37 +0000 (08:34 +0200)
commitf282a810b7f9654964344a9adf3e9498d2e9f245
tree3d0c482d93f23d02af8cab5520a53aec9e98431d
parentc68af8db6f5a2f3d616404c70af7fc34c31de1e3
MINOR: ssl: add fetches and ACLs to return verify errors

Add fetch 'ssl_verify_caerr':
returns the first ssl verify error at depth > 0 (CA chain).

Add fetch 'ssl_verify_caerr_depth':
returns the first ssl verify error depth (max returns is 15 if depth > 15).

Add fetch 'ssl_verify_crterr':
returns the fist ssl verify error at depth == 0.
src/ssl_sock.c