[issue18369] X509 cert class for ssl module

Antoine Pitrou report at bugs.python.org
Fri Jul 5 23:12:17 CEST 2013


Antoine Pitrou added the comment:

> 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?

Sounds fine, yes.

----------

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


More information about the Python-bugs-list mailing list