Help on X509 stack Implementation!

2009-05-12 Thread Balaji Kannadassan
Hi All! When we are decoding the crash which we received with debug openssl image built. We could see that in X509 stack there is an entry of CERT present in the structure. I could see that this X509 stack is built on the packet received in init_msg. We are running 0.9.7l I could see there

{Urgent}Different Elements inserted to x509 and some information required on patching fixes!

2009-05-12 Thread Balaji Kannadassan
Hi All! We are running into an important and critical customer issue where we see some entry in the X509 stack entry when being freed is found to have a value of 0x / -1 and as a result of the same there is a crash. Found few other issues where different element is there in X509

Help on building debug image in openssl!

2009-04-09 Thread Balaji Kannadassan
Hi All! When I built and openssl with -g first I noticed that it needed another additional library libefence. Second when a malloc of size zero is done it crashes. Hence planning to ignore -g option. So now my question is what would the -g plays in the build ?. Since I have seen few users

Openssl doubt SSL_Write

2009-04-01 Thread Balaji Kannadassan
Hi All! I've have some doubts regarding SSL_write in non blocking mode.. 1. if SSL_write returned SSL_ERROR_WANT_WRITE, it is mentioned that the call has to be repeated with the same arguments. Does this means the same buffer to be used again?? or the data passed in the initial SSL_write

Help Crypto_free crash!

2009-03-30 Thread Balaji Kannadassan
Hi All! We have the following issue where the tracebacks points to CRYPTO_free - free - free. When we decode from the bottom of stack we could build a stack from our application till main - ssl_connect - SSL_connect. From the laststack pointer position it decode from free - free -

Help crash on IO_proc_close!

2009-03-17 Thread Balaji Kannadassan
Hi All! We are facing a crash as below. We are clueless on why is it happening. btw the tracebacks are partial in certain instances. Any help on how to trouble shoot the same would be ver much helpful. Thanks Balaji Kamal Kannadassan Core 1 -- (gdb) bt #0 0x4021e76e in pclose