Re: upgrade openssl, do I need to recompile apache

2008-10-25 Thread csross
I forgot about ldd. Yes, when I configured apache I specified --enable-ssl --with-ssl=/usr/local/ssl/lib. I just compiled a new openssl on another server and apache sill shows ssl linked to the old openssl, so I do have to compile. Thank you very much. ldd /www/bin/httpd libssl.so

DSA cert verify fail

2008-10-25 Thread Manjukumar J
Dear Sir, I have a following scenario. The Client server connection fails after a large no of iterations approximately 42000 plus. Server Using EDH DSS and client authentication TLS 1 method Client Using EDH DSS and Server authentication TLS 1 method Both the server and

conflict in sysmbols of openssl functions

2008-10-25 Thread Sanjith Chungath
Few functions in openssl are having same name with functions available in one of our internal shared library. There is only one process which loads both of them. And in HPUX_IA_64 and Linux_64 few functions in our library executes functions from openssl library. This breaks most of the test cases i

Re: Cannot create keystore using Purify instrumented binaries.

2008-10-25 Thread Sanjith Chungath
Thanks to all for information. Special thanks to Geoff for mentioning the assembly code. As he mentioned the assembly code was making thousands of UMRs and the code dump in Purify instrumented code. I was able to complete my test cases and found few memory leaks in our code. Thanks again for the h