Hi All,
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 base64 encoded string is
shortened, BIO_read returns the decoded information. I g
Hi All,
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 base64 encoded string is
shortened, BIO_read returns the decoded information. I'm
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
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,
>
Hi All,
Can BIO_f_zlib() be used to compress/uncompress gzip format or is it limited to
deflate?
Thanks,
...doug
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Hi Darryl,
--- On Tue, 5/25/10, Darryl Miles wrote:
> From: Darryl Miles
> Subject: Re: BIO_f_zlib() / gzip Format
> To: openssl-users@openssl.org
> Cc: "Doug Kehn"
> Date: Tuesday, May 25, 2010, 7:06 AM
>
> I thought they were the same thing
> ? Checko
Hi Darryl,
--- On Wed, 5/26/10, Darryl Miles wrote:
> From: Darryl Miles
> Subject: Re: BIO_f_zlib() / gzip Format
> To: openssl-users@openssl.org
> Cc: "Doug Kehn"
> Date: Wednesday, May 26, 2010, 6:03 AM
>
>
> I have to now ask, how are you using the
&