> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Darryl Green > Sent: Wednesday, November 27, 2002 1:37 AM > To: Boost mailing list > Subject: RE: [boost] Re: Socket errors
> [...] > > > [...] > > > It is important to remember that SSL/TLS do not assume TCP or any > > > particular transport. If someone wants to run SSL over a pair > of simplex > > > connections they can. The most obvious case I can think of is > running it > > > over pipes. I haven't needed this (yet). I would think a motivated > > > > See my proposal for a multiplexing library at Boost Wiki. There is a > > ssl_stream class that takes a file descriptor from tcp_server, > tcp_client, > > un_server, un_client and so on. > > I had a look at your proposal earlier. From your descrioption and > example I can't see how it supports a pair of simplex connections > under ssl. Am I missing something? ssl_stream needs a file descriptor to work. It doesn't matter where this file descriptor comes from. Thus it's possible to open a pipe and use the pipe's file descriptors to create an instance of ssl_stream. Boris _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost