]> git.ipfire.org Git - thirdparty/squid.git/commit
Wrong error_depth value printed with %ssl::<cert_errors
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 6 Sep 2016 11:00:51 +0000 (14:00 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 6 Sep 2016 11:00:51 +0000 (14:00 +0300)
commite36bc333f8552afe8a892f016cf1520b8ce05db4
tree88476a39e083e4571bf8e6b74cd200c8ead051f7
parentabbd782505c760279a8bd86a45c6095428f10752
Wrong error_depth value printed with %ssl::<cert_errors

This patch fixes the following problems:
- Squid stores the depth information only for the first certificate error
- The Ssl::CertError assignment operations does not update depth member
- The Ssl::CertError equal/not equal operators does not check depth information

This is a Measurement Factory project
src/ssl/support.cc