This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Arfrever, christian.heimes, fweimer, georg.brandl, gregory.p.smith, iankko, mpessas, pitrou, tim.peters, timehorse, vstinner
Date 2013-05-17.01:09:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368752983.7.0.787778109525.issue17980@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-05-17 01:09:43christian.heimessetrecipients: + christian.heimes, tim.peters, georg.brandl, gregory.p.smith, pitrou, vstinner, timehorse, Arfrever, iankko, fweimer, mpessas
2013-05-17 01:09:43christian.heimessetmessageid: <1368752983.7.0.787778109525.issue17980@psf.upfronthosting.co.za>
2013-05-17 01:09:43christian.heimeslinkissue17980 messages
2013-05-17 01:09:42christian.heimescreate