Message191938
> 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. |
|
Date |
User |
Action |
Args |
2013-06-27 10:00:31 | pitrou | set | recipients:
+ pitrou, jcea, kristjan.jonsson, giampaolo.rodola, christian.heimes, asvetlov, brandon-rhodes |
2013-06-27 10:00:31 | pitrou | link | issue16487 messages |
2013-06-27 10:00:31 | pitrou | create | |
|