Re: SSL per session memory usage

2005-09-26 Thread Martin Del Vecchio
Title: Re: SSL per session memory usage Prashant Kumar wrote: > Hello Goetz, > > Thank you for your input. I tested re-negotiation and it works fine with this change \ > since while doing re-negotiate the OpenSsl returns SSL_ERROR_WANT_READ or \ > SSL_ERROR_WANT_WRITE in which case I will no

RE: [openssl.org #1206] FTP USER Authentication

2005-09-26 Thread [EMAIL PROTECTED] via RT
Hi I have narrowed down the problem now. This function { des_ede3_cbc_encrypt(input,output1,...) } will encrypt and update the encrypted output in the array output1. While printing the array values ,the array value at the end of encryption before returning back to the place where it is called