]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed reporting of validation errors for downloaded intermediate certs. (#73)
authorChristos Tsantilas <christos@chtsanti.net>
Thu, 19 Oct 2017 15:03:17 +0000 (18:03 +0300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 19 Oct 2017 15:03:17 +0000 (04:03 +1300)
commite3da48f5993369aedb158aee3da19fbde0eae103
treee88eca53afb095f66821d4b6c3aa5d9911c1be7d
parent6ab1f39642b7a4f636461818af9b6e2ae5ccc219
Fixed reporting of validation errors for downloaded intermediate certs. (#73)

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 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