"Encrypted alert' error message sent by the FTP Server just even before Greeting message

2014-08-25 Thread dvijayalakshmi
Hi, We are using Open SSL in our FTP Server for seure FTP Communication. When performing FTP Server aging test(uploading continuously frm client), FTP Server sent SSL packet even before sending greeting message to the client. Kindly find the below sequence of failure cases. 1. MFP established the

RE: openssl memory leak

2014-07-29 Thread dvijayalakshmi
We are testing our application (that uses OpenSSL for FTPS) to check the memory leak over time(continuous FTPS upload is performed for about 12 hours). We observed that the memory consumed by the process is reduced(about 3MB) after 6 mins. Kindly let us know if it is related to the SSL session time

RE: openssl memory leak

2014-07-27 Thread dvijayalakshmi
We observed that sometimes SSL_Shudown() is not returning success. If the cache is maintained, will the API fail. -- View this message in context: http://openssl.6102.n7.nabble.com/openssl-memory-leak-tp52311p52361.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __

RE: openssl memory leak

2014-07-27 Thread dvijayalakshmi
Thank you fro your reply. We have already called SSL_free() API. We are using SSL APIs for FTPS file transfer. Please find the below sample code . //The below code is implemented for Control connection. void LoadSSLModules(void) { SSL_load_error_strings(); ERR_load_ERR_strings();

openssl memory leak

2014-07-25 Thread dvijayalakshmi
We are using Openssl for FTPS connections. We are facing issues with memory leak. Kindly let us know if there is sample code. -- View this message in context: http://openssl.6102.n7.nabble.com/openssl-memory-leak-tp52311.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ___