Hi,

I would like to know if it is possible to send out-of-band data on an SSL
connection.

Something like an SSL_send method similar to send(3) where one would use

written = SSL_send( ssl_conn, buf, buflen, MSG_OOB );

instead of

written = send( conn, buf, buflen, MSF_OOB );

And on the other end, one would use:

recv = SSL_recv( ssl_conn, buf, buflen, MSG_OOB );

or simply

recv = SSL_read() 

if the socket has the option SO_OOBINLINE set.


Thanks for your help.

-- 
Francis J. Lacoste                                      Contre-Conceptions
Directeur des syst�mes informatiques                  T�l.: (514) 393-4096
[EMAIL PROTECTED]                                    Fax.: (514) 393-4176
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to