[issue45399] Remove hostflags from PySSLContext

2021-10-09 Thread ramikg
ramikg added the comment: @komugi The same code written independently by multiple people is probably the most effective and least cost-efficient form of code review. @christian.heimes Of course, there is no hurry. -- ___ Python tracker

[issue45399] Remove hostflags from PySSLContext

2021-10-09 Thread Christian Heimes
Christian Heimes added the comment: I have limited time to review code at the moment. It might take a while until I can get back to you. -- stage: -> patch review ___ Python tracker

[issue45399] Remove hostflags from PySSLContext

2021-10-09 Thread komugi
komugi added the comment: You've already done it, my bad. It was a waste of time. -- ___ Python tracker ___ ___ Python-bugs-list

[issue45399] Remove hostflags from PySSLContext

2021-10-09 Thread ramikg
ramikg added the comment: In addition to https://github.com/python/cpython/pull/28602? What would the PR include? -- ___ Python tracker ___

[issue45399] Remove hostflags from PySSLContext

2021-10-08 Thread komugi
komugi added the comment: Hi, I would like to work on it. I'll send the PR tomorrow. -- nosy: +komugi ___ Python tracker ___ ___

[issue45399] Remove hostflags from PySSLContext

2021-10-07 Thread ramikg
New submission from ramikg : The PySSLContext struct mentions that "OpenSSL has no API to get hostflags from X509_VERIFY_PARAM* struct. We have to maintain our own copy". Since OpenSSL 1.1.0i added the function X509_VERIFY_PARAM_get_hostflags, this statement is no longer true. Because Python