jumaris / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

Support OpenSSL session caching #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some FTP servers, like PROFTPD, can be configured to reject file transfers that 
do not reuse SSL/TLS sessions from one data connection to the next.  Indy's 
OpenSSL implementation does not currently make use of OpenSSL's session caching 
capabilities at all.  This should be added.

Original issue reported on code.google.com by gambit47 on 18 Jan 2011 at 9:37

GoogleCodeExporter commented 9 years ago
TIdSSLSocket.Connect() has been updated to call SSL_copy_session_id() when 
called from a TIdSSLIOHandlerSocketOpenSSL object that was created as a clone 
of another TIdSSLIOHandlerSocketOpenSSL object.

Original comment by gambit47 on 23 Jan 2011 at 6:17