[New-bugs-announce] [issue18369] X509 cert class for ssl module

Christian Heimes report at bugs.python.org
Fri Jul 5 22:10:37 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18369>
_______________________________________


More information about the New-bugs-announce mailing list