commit | f282a810b7f9654964344a9adf3e9498d2e9f245 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Fri Sep 21 15:27:54 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 02 08:34:37 2012 +0200 |
tree | 3d0c482d93f23d02af8cab5520a53aec9e98431d | |
parent | c68af8db6f5a2f3d616404c70af7fc34c31de1e3 [diff] |
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.