Christian Heimes added the comment:

Are multiple wildcards per fragment even specified? I'm unable to find 
information if the wildcard is supposed to be a greedy or a non-greedy match.

By the way Chromium does more fancy checks. For example it requires * to match 
at least on character and it does special handling of IDN. 
X509Certificate::VerifyHostname() around line 500.

http://src.chromium.org/viewvc/chrome/trunk/src/net/cert/x509_certificate.cc

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17980>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to