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

Antoine Pitrou report at bugs.python.org
Tue Jun 25 13:04:08 CEST 2013


Antoine Pitrou added the comment:

Agreed, a file-like object is the way to go.
I don't think you need to write the logic in C, by the way. You can write a high-level function and defer to a low-level C func for the basic API wrapping.

----------
stage: patch review -> needs patch

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


More information about the Python-bugs-list mailing list