Re: LibreSSL: base64 decoding error

2014-07-31 Thread Dmitry Eremin-Solenikov
Hello, On Thu, Jul 31, 2014 at 9:41 AM, Joel Sing wrote: > On Thu, 31 Jul 2014, Joel Sing wrote: >> On Thu, 31 Jul 2014, Dmitry Eremin-Solenikov wrote: >> > Hello, >> > >> > I have spotted a problem with the patch of crypto/evp/encode.c done by >> > jsing on May 3. >> > Sometimes decoding of base

Re: LibreSSL: base64 decoding error

2014-07-30 Thread Joel Sing
On Thu, 31 Jul 2014, Joel Sing wrote: > On Thu, 31 Jul 2014, Dmitry Eremin-Solenikov wrote: > > Hello, > > > > I have spotted a problem with the patch of crypto/evp/encode.c done by > > jsing on May 3. > > Sometimes decoding of base64 will fail. For example the attached file > > will fail decodidin

Re: LibreSSL: base64 decoding error

2014-07-30 Thread Joel Sing
On Thu, 31 Jul 2014, Dmitry Eremin-Solenikov wrote: > Hello, > > I have spotted a problem with the patch of crypto/evp/encode.c done by > jsing on May 3. > Sometimes decoding of base64 will fail. For example the attached file > will fail decodiding > (and produce an empty output): > > ./apps/openss

Re: LibreSSL: base64 decoding error

2014-07-30 Thread Ted Unangst
On Wed, Jul 30, 2014 at 23:31, Dmitry Eremin-Solenikov wrote: > Hello, > > I have spotted a problem with the patch of crypto/evp/encode.c done by > jsing on May 3. > Sometimes decoding of base64 will fail. For example the attached file > will fail decodiding > (and produce an empty output): > > .

LibreSSL: base64 decoding error

2014-07-30 Thread Dmitry Eremin-Solenikov
Hello, I have spotted a problem with the patch of crypto/evp/encode.c done by jsing on May 3. Sometimes decoding of base64 will fail. For example the attached file will fail decodiding (and produce an empty output): ./apps/openssl enc -d -base64 < 34.10-01.key The OpenSSL team has applied anothe