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
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
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
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):
>
> .
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