[issue16487] Allow ssl certificates to be specified from memory rather than files.

Nathaniel Smith report at bugs.python.org
Thu Nov 30 23:34:24 EST 2017


Nathaniel Smith <njs at pobox.com> added the comment:

My impression was that progress on PEP 543 is temporarily stalled and not going to be finished for 3.7. Is that wrong?

There's going to need to be a significant amount of shimming to implement the PEP 543 interfaces on top of ssl no matter what you do. Maybe it would be best to merge a simple load_cert_chain_from_buffer method now for 3.7, and worry about redesigning the world later?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue16487>
_______________________________________


More information about the Python-bugs-list mailing list