[issue31372] Add SSLSocket.get_verify_result()

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Please review the PR again, some of the code no longer applies as it targets master and the PR is quite old. -- nosy: +anthony shaw ___ Python tracker

[issue31372] Add SSLSocket.get_verify_result()

2018-02-26 Thread Christian Heimes
Change by Christian Heimes : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___

[issue31372] Add SSLSocket.get_verify_result()

2017-09-06 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3401 ___ Python tracker ___ ___

[issue31372] Add SSLSocket.get_verify_result()

2017-09-06 Thread Christian Heimes
New submission from Christian Heimes: It might be useful to expose SSL_get_verify_result, https://wiki.openssl.org/index.php/Manual:SSL_get_verify_result(3) . The function returns the last verification error of 0 for no error. Application could still verify the chain with verify_mode =