New submission from Christian Heimes: I'm working on a X509 certificate class for the SSL module. Eventually methods like getpeercert() are going to return X509 instances and the Python interface can decide if it should return a dict, DER bytes or whatever. IMHO it's a mandatory requirement for OCSP support, too.
The patch contains a very real proof of concept. ---------- components: Extension Modules files: ssl_pyx509cert.patch keywords: patch messages: 192353 nosy: christian.heimes, pitrou priority: normal severity: normal status: open title: X509 cert class for ssl module type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file30783/ssl_pyx509cert.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18369> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com