[New-bugs-announce] [issue10022] Emit more information in decoded SSL certificates

Antoine Pitrou report at bugs.python.org
Mon Oct 4 18:32:15 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

There's some code in _ssl.c which exports more information in decoded SSL certificates (such as notBefore or issuer), but it is only enabled when the hidden function _ssl._test_decode_cert is used. It would be nice to export all this information by default; I can't think of any inconvenience caused by it.

----------
components: Library (Lib)
messages: 117962
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Emit more information in decoded SSL certificates
type: feature request
versions: Python 3.2

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


More information about the New-bugs-announce mailing list