]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3816: SSL_get_certificate call inside Ssl::verifySslCertificate crashes squid...
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sun, 19 May 2013 03:11:29 +0000 (21:11 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 03:11:29 +0000 (21:11 -0600)
commit77bfe7f52386466b2883a8a91a95abfe9001f97d
tree354044be92ce55b90a92e9a33b00751b42d2640b
parent9d1deead6c5240d8397ec0b579d3efa2a2a0521c
Bug 3816: SSL_get_certificate call inside Ssl::verifySslCertificate crashes squid, part2

This patch try to avoid using the SSL_get_certificate function. While configures
squid run tests:
  - to examine if the workaround code can be used
  - to detect buggy SSL_get_certificate

Inside Ssl::verifySslCertificate try to use workarround code and if this is not
possible uses the SSL_get_certificate if it is not buggy, else hit an assertion

This is a Measurement Factory project
acinclude/lib-checks.m4
configure.ac
src/ssl/support.cc