I know this doesn't have anything to do with the problem you are
facing, or with openssl for that matter (I'm afraid I can't help with
that), but isn't %m exclusive to the syslog() call? Does it also work
with printf() ?
Regards,
Felipe
On 20 May 2010, at 16:43, Doug Kehn wrote:
Hi All,
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,
>
> 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
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
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
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 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