[issue42326] Add verify_callback hook capability to the SSL lib

2020-11-11 Thread Christian Heimes
Christian Heimes added the comment: Yes, it's a duplicate. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Add SSLContext.set_verify_callback() ___ Python tracker

[issue42326] Add verify_callback hook capability to the SSL lib

2020-11-11 Thread Zackery Spytz
Zackery Spytz added the comment: Unfortunately, this seems like a duplicate of bpo-31242. -- nosy: +ZackerySpytz ___ Python tracker ___ ___

[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 t