[issue42326] Add verify_callback hook capability to the SSL lib

2020-11-11 Thread MineRobber___T


New submission from MineRobber___T :

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 
<https://bugs.python.org/issue42326>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31242] Add SSLContext.set_verify_callback()

2020-11-11 Thread MineRobber___T


Change by MineRobber___T :


--
nosy: +MineRobber9000

___
Python tracker 
<https://bugs.python.org/issue31242>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com