> From: owner-openssl-us...@openssl.org On Behalf Of Lutz Jaenicke
> Sent: Friday, 29 June, 2012 15:10

> Forwarded to openssl-users for public discussion

(attachment: 80-char lines of base64 that didn't decode)

OpenSSL BIO_f_base64 by default tries to nearly enforce the 
MIME limit of 76 encoded chars per line, and your 80 fails.
Unfortunately it usually doesn't report this as an error; 
the code is too complicated for me to easily see why not.

Break it into lines shorter than 80, or put it all in 
one big line and use BASE64_NO_NL (or commandline enc -A), 
and OpenSSL works.

(By default OpenSSL *generates* the safer PEM limit of 64.)


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to