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
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
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
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