[openssl.org #1301] OpenSSL 0.9.7i shared build fails

2006-03-31 Thread Alain Guibert via RT
Hello, On my old Linux box (Intel Debian bo: kernel 2.0.40, gcc 2.7.2.1, libc 5.4.33) during OpenSSL 0.9.7i shared lib build, make fails: | $ ./config shared ; make | [...snip hundreds of undefined references...] | ./libcrypto.a(ui_openssl.o): In function `close_console': |

getpid() not unique for threads on Linux 2.6 + NPTL

2006-03-31 Thread Balazs Scheidler
Hi, I've been debugging my multithreaded application using OpenSSL for three consequtive days, which crashed after processing about 5-200 SSL transactions. The reason turned out to be the default CRYPTO_thread_id() implementation which uses getpid() as a thread identifier. This used to work on

FIPS in future OpenSSL versions

2006-03-31 Thread Tomas Mraz
Hello to all OpenSSL developers. Could please someone answer me the following questions: What are the current plans with the FIPS validated code? Are there any plans to port it to the 0.9.8 branch or 0.9.9 CVS trunk? Is there any work that can be done to help with the porting? Regards, --

Re: getpid() not unique for threads on Linux 2.6 + NPTL

2006-03-31 Thread Leandro Santi
Balazs Scheidler, 2006-03-31: The problem with the current situation is that everything _seems_ to work well, but whenever load hits the application it crashes and it is not easy to debug especially when one is looking for an error in his own code :) IMHO, the sooner the problem is detected,

[openssl.org #1302] dsa_ameth.c can free an unused value

2006-03-31 Thread Peter Sylvester via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]