[New-bugs-announce] [issue42326] Add verify_callback hook capability to the SSL lib

MineRobber___T report at bugs.python.org
Wed Nov 11 12:17:51 EST 2020


New submission from MineRobber___T <khuxkm at ttm.sh>:

The SSL library currently lacks the ability to accept a client certificate without attempting to verify it. To alleviate this issue, I was thinking that an attribute could be added to the ssl.SSLContext class along the lines of `verify_callback` (similar to how the SNI callback is handled) which would allow the implementation of custom cert verification. I'd be willing to help work on this, if I knew where to even begin.

----------
assignee: christian.heimes
components: SSL
messages: 380776
nosy: MineRobber9000, alex, christian.heimes, dstufft, janssen
priority: normal
severity: normal
status: open
title: Add verify_callback hook capability to the SSL lib
type: enhancement

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


More information about the New-bugs-announce mailing list