Antoine Pitrou added the comment:

libcurl supports a single wildcard for the whole domain name pattern (not even 
one per fragment), as per lib/hostcheck.c

(this is when linked against OpenSSL; when linked against GnuTLS, curl will use 
the GnuTLS-provided matching function)

Based on all the evidence, I think allowing one wildcard per fragment is 
sufficient.

----------

_______________________________________
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