]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ssl/support.cc
Fix X509 server certificate domain matching
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 1 May 2015 06:31:01 +0000 (23:31 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 May 2015 06:31:01 +0000 (23:31 -0700)
commit0f7f4cfc3198f4ad71c241c958a63cd554144cf8
tree353d6c5df868f922a78e5ad73c985973a925b7fa
parentefbea40221e9bc193580a9798cd92c7be20ea895
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