New submission from MineRobber___T <khu...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to