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 fweimer
Recipients christian.heimes, fweimer, iankko, pitrou
Date 2013-05-16.12:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368706218.05.0.480199923411.issue17980@psf.upfronthosting.co.za>
In-reply-to
Content
OpenSSL supports only a single wildcard character.

In my tests, I used a host name like aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.example.org, and a dNSName like a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*a*.example.org.  Quadratic behavior wouldn't be too bad because the host name is necessarily rather short (more than 255 characters will not pass through DNS).
History
Date User Action Args
2013-05-16 12:10:18fweimersetrecipients: + fweimer, pitrou, christian.heimes, iankko
2013-05-16 12:10:18fweimersetmessageid: <1368706218.05.0.480199923411.issue17980@psf.upfronthosting.co.za>
2013-05-16 12:10:18fweimerlinkissue17980 messages
2013-05-16 12:10:17fweimercreate