[issue29413] ssl.SSLSocket.unwrap() is not flexible enough

2018-02-25 Thread Christian Heimes
Change by Christian Heimes : -- assignee: -> christian.heimes versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bu

[issue29413] ssl.SSLSocket.unwrap() is not flexible enough

2017-09-06 Thread Christian Heimes
Christian Heimes added the comment: Patches welcome! I don't have resources to work on a patch -- assignee: christian.heimes -> nosy: +alex, dstufft, janssen versions: +Python 3.7 -Python 3.5 ___ Python tracker __

[issue29413] ssl.SSLSocket.unwrap() is not flexible enough

2017-02-01 Thread Greg Stark
New submission from Greg Stark: This is not a bug, but rather a request for API improvements. Correct SSL shutdown processing is frequent source of confusion. Python’s ssl module unfortunately lacks the flexibility to accommodate some common paradigms. The problem is that the unwrap() method