From: Christoph Egger Date: Sat, 7 Nov 2015 17:20:37 +0000 (+0100) Subject: Add name in addition to host to tls-check X-Git-Url: https://git.siccegge.de//index.cgi?a=commitdiff_plain;ds=sidebyside;h=46c2647692ccd87951a86e04c2c6c63b6f65ec2b;hp=46c2647692ccd87951a86e04c2c6c63b6f65ec2b;p=tools.git Add name in addition to host to tls-check Sometimes, e.g. with srv records, we want to check for a name in the certificate that is different from the hostname associated with the A/AAAA record. This is neccessary e.g. for the upcomming XMPP check, at least untill python3-ldns becomes properly available. ---