Re[2]: Cannot compile open openssl-0.9.6d-beta1

2002-05-04 Thread Pavel Tsekov
Hello Axel, Saturday, May 04, 2002, 12:37:33 AM, you wrote: AHS Hi Lutz! AHS On Fri, 03 May 2002, Lutz Jaenicke wrote: On Fri, May 03, 2002 at 10:01:52PM +0200, Axel H. Siebenwirth wrote: unfortunately openssl-0.9.6d-beta1 won?t compile on my system. I have this strange feeling that it?s

Re: Cannot compile open openssl-0.9.6d-beta1

2002-05-04 Thread Lutz Jaenicke
On Sat, May 04, 2002 at 12:37:33AM +0200, Axel H. Siebenwirth wrote: On Fri, 03 May 2002, Lutz Jaenicke wrote: This definitely is a problem with your build tools. You seem to be using gnu-ld (from binutils!?) and it is failing. GNU ld 2.11.90.0.29 Copyright 2001 Free Software Foundation,

[openssl.org #20] detecting truncated ASN messages

2002-05-04 Thread
Experimenting with openssl smime -decrypt, I found that it did not detect that a message was truncated. Changing line 173 of crypto/asn1/a_d2i_fp.c from if (i = 0) to if (i want) fixes the problem. I think this is the right code for all cases, but somebody who actually understands the