On Mon, Jan 19, 2004 at 09:23:59PM +0800, Patrick Coleman wrote:
> Thanks for the help. I had a look through the headers, and found an (undocumented?) 
> function
> SSL_is_init_finished(). This seems to do what I want. SSL_get_error, of course, 
> would work as well.
> (Though I might to have to keep track of the return codes...havnt looked into it 
> properly)

SSL_get_error() is the way to go. If there is nothing to do, it will
return "ERROR_NONE", so you can query the communication requirements
completely.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to