[openssl-users] PEM X509 certificate with no newline

Salz, Rich rsalz at akamai.com
Thu Sep 3 16:35:00 UTC 2015


> PEM_read_bio_X509() fails because of the missing newlines.

The underlying base64 decoder is horrible.  It accepts invalid 8bit chars, and silently enforces a line-length limit.

Wanna rewrite it? :)



More information about the openssl-users mailing list