]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ssl/helper.cc
Fixed reporting of validation errors for downloaded intermediate certs. (#72)
authorChristos Tsantilas <christos@chtsanti.net>
Tue, 17 Oct 2017 14:51:20 +0000 (17:51 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2017 14:51:20 +0000 (17:51 +0300)
commit8fe1a85a6896f7778ba60754ab6702007969f2d2
tree4c9969b1b76dff2fdb2d1ebec7500eabefc7cef5
parent672337d16f7644e32069297199cf61894ded1bc5
Fixed reporting of validation errors for downloaded intermediate certs. (#72)

When Squid or its helper could not validate a downloaded intermediate
certificate (or the root certificate), Squid error page contained
'[Not available]' instead of the broken certificate details, and '-1'
instead of depth of the broken certificate in logs.

This is a Measurement Factory project.
src/ssl/cert_validate_message.cc
src/ssl/cert_validate_message.h
src/ssl/helper.cc