Re: Base64 Decode Problem/Question

2010-05-20 Thread Doug Kehn
bmem); BIO_set_flags(bio, BIO_FLAGS_BASE64_NO_NL); : fixed the problem. Regards, ...doug --- On Thu, 5/20/10, Doug Kehn wrote: > From: Doug Kehn > Subject: Re: Base64 Decode Problem/Question > To: openssl-users@openssl.org > Date: Thursday, May 20, 2010, 3:37 PM > Hi Bruno, >

RE: Base64 Decode Problem/Question

2010-05-20 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Bruno Vetel > Sent: Thursday, 20 May, 2010 13:44 > Doug Kehn writes: > \n is not base64. Try with echo -n > > I'm trying to decode a base64 encoded string. The problem > I'm running in to is that BIO_read() always returns 0. > [...] If th

Re: Base64 Decode Problem/Question

2010-05-20 Thread Doug Kehn
Hi Bruno, --- On Thu, 5/20/10, Bruno Vetel wrote: > From: Bruno Vetel > Subject: Re: Base64 Decode Problem/Question > To: openssl-users@openssl.org > Date: Thursday, May 20, 2010, 1:43 PM > Doug Kehn > writes: > > > Hi All, > > > Hi > > \n is not

Re: Base64 Decode Problem/Question

2010-05-20 Thread Bruno Vetel
Doug Kehn writes: > Hi All, > Hi \n is not base64. Try with echo -n Bruno > I'm trying to decode a base64 encoded string. The problem I'm running in to > is that BIO_read() always returns 0. BIO_should_retry() and > BIO_should_read() also return 0 when BIO_read() returns 0. If the bas