skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: SSL Application Programming Interface (API) Reference SSL Application Programming Interface (API) Reference
go to previous page: SSL_SESSION_get_time SSL_SESSION_get_time
go to next page: SSL_set_bioSSL_set_bio
end of book navigation links


SSL_session_reused
Description
Notes
Return Values
See Also
 

NAME

SSL_session_reused - query whether a reused session was negotiated during handshake

Synopsis  

#include <openssl/ssl.h>
int SSL_session_reused(SSL *ssl);


return to top DESCRIPTION  

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


return to top NOTES  

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 to top RETURN VALUES  

The following return values can occur:


return to top SEE ALSO  

ssl(3) , SSL_set_session(3) , SSL_CTX_set_session_cache_mode(3)
go to previous page: SSL_SESSION_get_time SSL_SESSION_get_time
go to next page: SSL_set_bioSSL_set_bio