> So I found out that SSL don't take teh data from the socket:(
> The Qt buffer will grow and grow, but SSL don't read the data:(

If you use bio pairs, SSL doesn't have to touch the network at all ever. You
can read and write data to and from the network and to and from OpenSSL.
This is probably the best approach when you need to cooperate with an
unusual I/O scheme.

        DS



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

Reply via email to