SSL/TLS requires a transport protocol that is like TCP: each byte sent
by "A" is received by "B" exactly once, and in order.  If you want to
use OpenSSL on top of anything other than a TCP socket, you will have to
write some code that interfaces your transport into the OpenSSL "BIO"
framework.

        /r$
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to