Lines Matching refs:session
5 SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context within which session can b…
19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object.
22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object.
28 to re-import a session generated from another context (e.g. another
30 must set its own session id context B<sid_ctx> which is used to distinguish
36 The session id context becomes part of the session. The session id context
41 OpenSSL clients will check the session id context returned by the server
42 when reusing a session.
49 If the session id context is not set on an SSL/TLS server and client
54 If a server returns a different session id context to an OpenSSL client
55 when reusing a session, an error will be flagged and the handshake will
56 fail. OpenSSL servers will always return the correct session id context,
57 as an OpenSSL server checks the session id context itself before reusing
58 a session as described above.
69 The length B<sid_ctx_len> of the session id context B<sid_ctx> exceeded