Re: Using BIO_f_base64 on in-memory data

2009-07-22 Thread Dr. Stephen Henson
On Tue, Jul 21, 2009, Jeremy R. wrote: > Never mind my question. Apparently the Base64 interpreter only accepts data > if it's newline-terminated. Sorry for the bother. > By default yes but if you set BIO_FLAGS_BASE64_NO_NL in will handle data all on one line. Steve. -- Dr Stephen N. Henson. Op

Re: Using BIO_f_base64 on in-memory data

2009-07-21 Thread Jeremy R.
Never mind my question. Apparently the Base64 interpreter only accepts data if it's newline-terminated. Sorry for the bother. On 21-Jul-09, at 5:59 PM, Jeremy R. wrote: Hello: I'm trying to do something that should be fairly simple: read Base64- encoded data in memory block A and write it i