Skip to content

Commit

Permalink
Remove erronous hostname check
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Jul 8, 2024
1 parent 884fa96 commit 10a9ea7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scripts/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ def test_certs(self):
self.assertEqual(cert.issuer_dn('Organizational Unit', 0), 'bsi')
self.assertEqual(cert.issuer_dn('Country', 0), 'DE')

self.assertTrue(cert.hostname_match('csca-germany'))
self.assertFalse(cert.hostname_match('csca-slovakia'))

self.assertEqual(cert.not_before(), 1184858838)
self.assertEqual(cert.not_after(), 1831907880)

Expand Down

0 comments on commit 10a9ea7

Please # to comment.