[issue31242] Add SSLContext.set_verify_callback()
Change by MineRobber___T : -- nosy: +MineRobber9000 ___ Python tracker <https://bugs.python.org/issue31242> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue42326] Add verify_callback hook capability to the SSL lib
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