bpo-31659: Use simple slicing to format PEM cert (GH-3849)
DER_cert_to_PEM_cert() used textwrap.fill() to format PEM. But it's library to wrap lines on word boundary, while PEM is base64 encoded string. Additionally, importing textwrap is little slow.
I
INADA Naoki committed
b75a228af8c0553aef44e4e03763af90fbc8737f
Parent: edc05c5
Committed by GitHub <noreply@github.com>
on 10/2/2017, 7:33:42 AM