This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, giampaolo.rodola, gvanrossum, janssen, pitrou
Date 2013-11-22.14:36:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385130974.91.0.383362180961.issue19689@psf.upfronthosting.co.za>
In-reply-to
Content
The objects already have a (more or less) nice representation:

>>> ssl._ASN1Object.fromname("1.3.6.1.5.5.7.3.1")
_ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')
>>> ssl._ASN1Object.fromname("1.3.6.1.5.5.7.3.2")
_ASN1Object(nid=130, shortname='clientAuth', longname='TLS Web Client Authentication', oid='1.3.6.1.5.5.7.3.2')
>>> ssl._ASN1Object.fromname("1.3.6.1.5.5.7.3.8")
_ASN1Object(nid=133, shortname='timeStamping', longname='Time Stamping', oid='1.3.6.1.5.5.7.3.8')
History
Date User Action Args
2013-11-22 14:36:14christian.heimessetrecipients: + christian.heimes, gvanrossum, janssen, pitrou, giampaolo.rodola
2013-11-22 14:36:14christian.heimessetmessageid: <1385130974.91.0.383362180961.issue19689@psf.upfronthosting.co.za>
2013-11-22 14:36:14christian.heimeslinkissue19689 messages
2013-11-22 14:36:14christian.heimescreate