[issue28747] Expose SSL_CTX_set_cert_verify_callback

Steve Dower report at bugs.python.org
Sat Nov 19 16:39:22 EST 2016


Steve Dower added the comment:

Oh, I also made the SSL module chain exceptions properly. That's probably the biggest and scariest part of the change, but it can't have been overwriting exceptions before anyway (because it calls back into Python code to instantiate SSLError), so it's only going to chain in the new case of the callback function raising.

----------

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


More information about the Python-bugs-list mailing list