With TLSv1.2 becoming mandatory in the near future and the various issues with the ssl module there is more interest in a tls module for Python. What should such a module include? What should it not include? Any reason to not also have a backport of this module? -- ~Ethan~
On 11 Jan 2017, at 19:36, Ethan Furman <ethan@stoneleaf.us> wrote:
With TLSv1.2 becoming mandatory in the near future and the various issues with the ssl module there is more interest in a tls module for Python.
What should such a module include? What should it not include? Any reason to not also have a backport of this module?
Ethan, You may find the discussion regarding a draft PEP I’ve been working on worth a read before you charge too far down this road. Cory
participants (2)
-
Cory Benfield -
Ethan Furman