On Thu, Jul 19, 2001 at 07:14:42PM +0200, Arne Ansper wrote:
> is it possible to determine between cached and non-cached SSL connection
> on the server side after the handshake is complete?

The (not yet documented) SSL_session_reused() macro should perform this.
If it returns "0", a new session was negotiated, if it returns "1",
an old session was successfully reused.

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

Reply via email to