> At the moment I let OpenSSL API calls take care of all the reads and
writes.
> Can I send/receive TCP urgent data ("out-of-band" data) with direct calls
on the socket,
> without interfering with the operation of SSL?

        You can only do this if you do all the reads yourself. You have to remove
the urgent data from the data going to OpenSSL because OpenSSL will have no
idea what to do with it.

        DS



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

Reply via email to