Browse Source

adjust comment about wildcards

283
neocogent 10 years ago
parent
commit
3c563b85ad
  1. 3
      lib/interface.py

3
lib/interface.py

@ -121,8 +121,7 @@ class TcpInterface(threading.Thread):
def check_host_name(self, peercert, name):
"""Simple certificate/host name checker. Returns True if the
certificate matches, False otherwise. Does not support
wildcards."""
certificate matches, False otherwise."""
# Check that the peer has supplied a certificate.
# None/{} is not acceptable.
if not peercert:

Loading…
Cancel
Save