Message 349645 - Python tracker

Message349645

Author msbrogli
Recipients alex, christian.heimes, dstufft, janssen, msbrogli, ned.deily, ronaldoussoren, steve.dower, yan12125
Date 2019-08-14.05:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565761042.52.0.169693251952.issue28747@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-08-14 05:37:22msbroglisetrecipients: + msbrogli, ronaldoussoren, janssen, christian.heimes, ned.deily, alex, steve.dower, dstufft, yan12125
2019-08-14 05:37:22msbroglisetmessageid: <1565761042.52.0.169693251952.issue28747@roundup.psfhosted.org>
2019-08-14 05:37:22msbroglilinkissue28747 messages
2019-08-14 05:37:22msbroglicreate