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 pitrou
Recipients asvetlov, brandon-rhodes, christian.heimes, giampaolo.rodola, jcea, kristjan.jonsson, pitrou
Date 2013-06-27.10:00:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1998265026.120800880.1372327224579.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1372326862.6.0.410016559941.issue16487@psf.upfronthosting.co.za>
Content
> It feels a bit strange to treat PEM certs as binary data, especially
> since the SSL module treats PEM as ASCII unicode. For example
> DER_cert_to_PEM_cert() accepts bytes and returns str,
> PEM_cert_to_DER_cert() converts str to bytes.

I agree that PEM is logically text (i.e. unicode). Also, having the
unicode == PEM, bytes == DER distinction sounds reasonably practical.
History
Date User Action Args
2013-06-27 10:00:31pitrousetrecipients: + pitrou, jcea, kristjan.jonsson, giampaolo.rodola, christian.heimes, asvetlov, brandon-rhodes
2013-06-27 10:00:31pitroulinkissue16487 messages
2013-06-27 10:00:31pitroucreate