*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> SSL_session_reused (3)              
Title
Content
Arch
Section
 

SSL_session_reused(3)

Contents


NAME    [Toc]    [Back]

       SSL_session_reused - query whether a reused session was
       negotiated during handshake

LIBRARY    [Toc]    [Back]

       libcrypto, -lcrypto

SYNOPSIS    [Toc]    [Back]

        #include <openssl/ssl.h>

        int SSL_session_reused(SSL *ssl);

DESCRIPTION    [Toc]    [Back]

       Query, whether a reused session was negotiated during the
       handshake.

NOTES    [Toc]    [Back]

       During the negotiation, a client can propose to reuse a
       session. The server then looks up the session in its
       cache. If both client and server agree on the session, it
       will be reused and a flag is being set that can be queried
       by the application.

RETURN VALUES    [Toc]    [Back]

       The following return values can occur:

       0   A new session was negotiated.

       1   A session was reused.

SEE ALSO    [Toc]    [Back]

      
      
       ssl(3), SSL_set_session(3), SSL_CTX_set_session_cache_mode(3)



2002-08-05                    0.9.6g        SSL_session_reused(3)
[ Back ]
 Similar pages
Name OS Title
SSL_CTX_set_session_id_context Tru64 Set context within which session can be reused (server side only)
SSL_CTX_set_session_id_context NetBSD set context within which session can be reused (server side only)
SSL_set_session_id_context Tru64 Set context within which session can be reused (server side only)
SSL_set_session_id_context OpenBSD set context within which session can be reused (server side only)
SSL_CTX_set_session_id_context OpenBSD set context within which session can be reused (server side only)
SSL_do_handshake NetBSD perform a TLS/SSL handshake
SSL_do_handshake Tru64 Perform a TLS/SSL handshake
SSL_do_handshake OpenBSD perform a TLS/SSL handshake
SSL_connect NetBSD initiate the TLS/SSL handshake with an TLS/SSL server
SSL_connect OpenBSD initiate the TLS/SSL handshake with an TLS/SSL server
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service