[issue28747] Expose SSL_CTX_set_cert_verify_callback

Steve Dower report at bugs.python.org
Sun Nov 20 07:53:35 EST 2016


Steve Dower added the comment:

> Basically you want to replace OpenSSL's X509 verification with Windows' cert validation and just leave the handshake and encryption to OpenSSL?

Yep. (See WinVerifyTrust for the Windows API I'm using.)

----------

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


More information about the Python-bugs-list mailing list