[issue25115] SSL_set_verify_depth not exposed by the ssl module

Christian Heimes report at bugs.python.org
Wed Sep 6 11:03:20 EDT 2017


Christian Heimes added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25115>
_______________________________________


More information about the Python-bugs-list mailing list