Commit 17ad2b72 authored by Paul Ganssle's avatar Paul Ganssle Committed by GitHub

Merge pull request #1611 from RDIL/patch-2

Use HTTPS in link to RFC #6125 (in a private method's docstring)
parents cbb5c3c7 d5f60140
...@@ -59,7 +59,7 @@ if not match_hostname: ...@@ -59,7 +59,7 @@ if not match_hostname:
def _dnsname_match(dn, hostname, max_wildcards=1): def _dnsname_match(dn, hostname, max_wildcards=1):
"""Matching according to RFC 6125, section 6.4.3 """Matching according to RFC 6125, section 6.4.3
http://tools.ietf.org/html/rfc6125#section-6.4.3 https://tools.ietf.org/html/rfc6125#section-6.4.3
""" """
pats = [] pats = []
if not dn: if not dn:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment