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 pitrou
Recipients nbareil, pitrou
Date 2011-05-05.13:35:34
SpamBayes Score 5.5281635e-08
Marked as misclassified No
Message-id <1304602536.11.0.463347192289.issue12000@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure about "if not san and not dnsnames"? It is even more restrictive than the currently condition. "if not dnsnames" looks like it would fit the bill better.

Also, better if you can provide a complete patch, including additional test(s) in Lib/test/test_ssl.py.
(see http://docs.python.org/devguide/runtests.html if you want information about running/writing tests)
History
Date User Action Args
2011-05-05 13:35:36pitrousetrecipients: + pitrou, nbareil
2011-05-05 13:35:36pitrousetmessageid: <1304602536.11.0.463347192289.issue12000@psf.upfronthosting.co.za>
2011-05-05 13:35:35pitroulinkissue12000 messages
2011-05-05 13:35:34pitroucreate