[issue18369] X509 cert class for ssl module

Christian Heimes report at bugs.python.org
Fri Jul 5 23:10:21 CEST 2013


Christian Heimes added the comment:

A dict subclass? Oh heck ...

I have slightly different plans. But first, do you agree that the _ssl C extension and all its methods are consider an internal API? How about the _ssl module's method returns X509 objects and the Python module calls methods on the X509 object like get_info() -> dict or get_der() -> bytes?

----------

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


More information about the Python-bugs-list mailing list