Esempio n. 1
0
 def test_match_dns_success(self):
     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
Esempio n. 2
0
 def test_match_localhost_success(self):
     assert match_hostname(self.cert, 'localhost') is None
Esempio n. 3
0
 def test_match_ip_address_success(self):
     assert match_hostname(self.cert, '127.0.0.1') is None
Esempio n. 4
0
 def test_match_dns_success(self):
     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
Esempio n. 5
0
 def test_match_localhost_success(self):
     assert match_hostname(self.cert, 'localhost') is None
Esempio n. 6
0
 def test_match_ip_address_success(self):
     assert match_hostname(self.cert, '127.0.0.1') is None