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 christian.heimes, gbremer, vstinner
Date 2017-09-06.15:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504710200.84.0.660722176758.issue25115@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks fairly simple, but what is your use case? I don't like to clobber the SSLContext with additional features. I have never been in a situation that required me to change the verify depths for chain building. Why do you want to restrict or enlarge the verify depths? OpenSSL's default verify depths is sensible.
History
Date User Action Args
2017-09-06 15:03:20christian.heimessetrecipients: + christian.heimes, vstinner, gbremer
2017-09-06 15:03:20christian.heimessetmessageid: <1504710200.84.0.660722176758.issue25115@psf.upfronthosting.co.za>
2017-09-06 15:03:20christian.heimeslinkissue25115 messages
2017-09-06 15:03:20christian.heimescreate