[issue28747] Expose SSL_CTX_set_cert_verify_callback

Marcelo Salhab Brogliato report at bugs.python.org
Wed Aug 14 01:37:22 EDT 2019


Marcelo Salhab Brogliato <msbrogli at gmail.com> added the comment:

Exposing SSL_CTX_set_cert_verify_callback is useful when we want to use a Public Key Authentication, like it is done in the SSH Protocol.

Do you know any other way to use Public Key Authentication besides using SSL_CTX_set_cert_verify_callback?

----------
nosy: +Marcelo Salhab Brogliato

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


More information about the Python-bugs-list mailing list