> Hello,
> How Can I get two independent SSL structures on the same one
> connection
> ?
The glib answer would be "any way you want to". The detailed answer is that
there is no standard way to do this, so you can choose any method you wish
and do it that way.
One way, for example, would be to prefix each block of encrypted data with
which of the two SSL structures it's from/for (say by a 1 or 0 byte) and the
length (say, as 4 bytes in network host order). When you receive the blocks,
you grab the 5 byte header and figure out which SSL structure to route the
next so many bytes from.
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]