Lines Matching refs:cache
19 SSL_CTX_get_session_cache_mode() returns the currently used cache mode.
42 The following session cache modes and modifiers are available:
52 Client sessions are added to the session cache. As there is no reliable way
61 Server sessions are added to the session cache. When a client proposes a
63 the internal session cache (unless SSL_SESS_CACHE_NO_INTERNAL_LOOKUP is set),
64 then (second) in the external cache if available. If the session is found, the
73 Normally the session cache is checked for expired sessions every
84 automatically look up sessions in the internal cache, even if sessions are
86 this flag guarantees that all lookups are directed to the external cache.
94 Normally a new session is added to the internal cache as well as any external
96 prevent sessions being stored in the internal cache (though the application can
99 session lookups in the external cache (i.e. for session-resume requests) would
100 normally be copied into the local cache before processing continues - this flag
101 prevents these additions to the internal cache as well.
120 SSL_CTX_set_session_cache_mode() returns the previously set cache mode.
122 SSL_CTX_get_session_cache_mode() returns the currently set cache mode.