]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Provide unique hostname to CSD script
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 9 Aug 2018 09:56:21 +0000 (10:56 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 9 Aug 2018 09:56:21 +0000 (10:56 +0100)
commit9b4076679f367179f9a187855c6729e67f9c7ae6
treeef3f5db8bf3ccce7f1d72f50e11b859ffc53324a
parent9fecbed06474c765d0c125e0ee6d10572c180dc6
Provide unique hostname to CSD script

We see failures when DNS gives us a different IP address and the CSD
trojan ends up talking to a different host to the one we're actually
trying to authenticate to. Since we use pinned certificate hashes, it
shouldn't matter that we lose the hostname and can't validate the cert
against it.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
auth.c