Hi,

PEP 543, the new TLS api for Python, was published several years ago as a way 
to a new library unencumbered by the legacy issues around the current ssl 
library.

In the meantime, no actual implementation has appeared. The closest appears to 
be https://github.com/Synss/python-mbedtls/tree/0.13.0 or 
https://github.com/python-hyper/pep543 both of which haven't seen much 
development in years not to mention that neither one has been accepted into the 
stdlib.

The current ssl library could use some improvements to make it easier to use 
and to expose some more of openssl's functionality (e.g. 
https://github.com/python/cpython/pull/2449) but it appears that changes have 
been shelved in favor of PEP 543.

Is there any hope for further development on ssl? Is PEP 543 abandoned? 

Nimish
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/I56OOFAFG26BO25UVWGQS6Q2NZ73MGOF/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to