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 underrun
Recipients christian.heimes, dsoprea, dstufft, jcea, maker, pitrou, underrun
Date 2013-12-09.19:35:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386617715.35.0.435951615338.issue18233@psf.upfronthosting.co.za>
In-reply-to
Content
I could really use this sooner than later... and sometimes having a full-featured (or even secure) interface is not what you want.

Consider zmap and masscan etc and ssl mapping (similar to what the EFF did a couple years back - https://www.eff.org/observatory - but with the full chain instead of just the cert). The desire here would be low level, low overhead, no validation on the fly: All you want is the cert chain.

There are plenty of research and security applications where a simple wrapper around OpenSSL that returns DER bytes would be desirable. Please reconsider this patch for inclusion in 3.4 ...
History
Date User Action Args
2013-12-09 19:35:15underrunsetrecipients: + underrun, jcea, pitrou, christian.heimes, maker, dstufft, dsoprea
2013-12-09 19:35:15underrunsetmessageid: <1386617715.35.0.435951615338.issue18233@psf.upfronthosting.co.za>
2013-12-09 19:35:15underrunlinkissue18233 messages
2013-12-09 19:35:15underruncreate