]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix X509 server certificate domain matching
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 1 May 2015 06:53:07 +0000 (23:53 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 May 2015 06:53:07 +0000 (23:53 -0700)
commit7a7dca7f1e69a3a0853250b713f1b4ccff06e784
tree8e84a780ac38e1387437d003b7d15338c2063da3
parent076711e595b18e71ab5fc74e7bf4cdce1f0d7ea5
Fix X509 server certificate domain matching

The X509 certificate domain fields may contain non-ASCII encodings.
Ensure the domain match algorithm is only passed UTF-8 ASCII-compatible
strings.
src/acl/ServerName.cc
src/ssl/support.cc