Re: Memory leaks during SSL handshake

2000-11-13 Thread Shridhar Bhat
Bodo Moeller wrote: On Wed, Nov 08, 2000 at 02:22:06PM +0530, Shridhar Bhat wrote: I have written a server which receives connections from SSL clients. I accept SSL connections as well as read the data from the client in the following function: DoSSLRead. Upon the arrival

Memory leaks during SSL handshake

2000-11-08 Thread Shridhar Bhat
Hi, I have written a server which receives connections from SSL clients. I accept SSL connections as well as read the data from the client in the following function: DoSSLRead. Upon the arrival of the client connection, the SSL_read() is called 3 times (2 times for handshake data and once for

Browser not showing personal certificates

2000-05-11 Thread Shridhar Bhat
Hi, I am new to OpenSSL and have been playing with the OpenSSL tool. What I did was created a CA, have a user cert signed by that CA, then converted the user cert to pkcs12 and imported it in netscape 4.7. (IE 5 kept saying invalid certificate, any ideas why??). Then I setup Apache-modSSL and