On Tue, Aug 22, 2000, Jerome Richard wrote:

> How should I do to use the connect, SSL_read and SSL_write commands of
> the opensll library with GNU Pth ?

Hmmm... that's tricky. But I think one could write a small BIO layer for
OpenSSL which uses Pth's pth_read/pth_write and which can be pushed onto the
BIO stack of an SSL connection. I've currently rather busy, but please have a
look at the BIO documentation of our OpenSSL. I'm sure it allows you to create
a small BIO filter which solves the problem.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to