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 vstinner
Recipients christian.heimes, gbremer, vstinner
Date 2015-09-15.08:43:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442306597.29.0.036543212755.issue25115@psf.upfronthosting.co.za>
In-reply-to
Content
+    if (depth < 0 || depth > 100) {

Why 100 and not 10 or 1000?

SSL_CTX_set_verify_depth() is unable to check the depth?

The patch lacks unit tests and documentation.

The patch is for Python 2.7, it would be better to write a patch for the default branch (future Python 3.6).
History
Date User Action Args
2015-09-15 08:43:17vstinnersetrecipients: + vstinner, christian.heimes, gbremer
2015-09-15 08:43:17vstinnersetmessageid: <1442306597.29.0.036543212755.issue25115@psf.upfronthosting.co.za>
2015-09-15 08:43:17vstinnerlinkissue25115 messages
2015-09-15 08:43:17vstinnercreate