On Wednesday 19 October 2005 08:37, Alain Damiral wrote: > If I understand what Ning Ke suggests, OpenSSL uses a BIO output to send > all those messages regardless of what that BIO is actually encapsulating > ? (That would normally be the TCP connexion) If it is so, I believe I > have the answer to my questions.
Right, you use a memory BIO. The openssl-based plugin for QCA works this way, so you might have a look: http://delta.affinix.com/qca/ QCA presents SSL/TLS as a filter interface to the application. One neat thing this has allowed our application to do is run a single TLS session over a series of non-persistant HTTP connections. Hopefully you find this encouraging. :) -Justin ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]