Go to the source code of this file.
◆ TLS_SESSION_CACHE_MUTEX_TYPE
#define TLS_SESSION_CACHE_MUTEX_TYPE "tls-session-cache" |
◆ tls_cache_free()
Free all cache related resources.
◆ tls_cache_init_child()
Started a new child, make sure that global mutex we might use is set up.
◆ tls_cache_init_server()
Initialize the session store for the server's config builder.
◆ tls_cache_post_config()
Verify the cache settings at the end of the configuration and create the default session cache, if not already done.
◆ tls_cache_pre_config()
Setup before configuration runs, announces our potential global mutex.
◆ tls_cache_set_specification()
Set the specification of the session cache to use. The syntax is "default|none|<provider_name>(:<arguments>)?"
- Parameters
-
spec | the cache specification |
gconf | the modules global configuration |
p | pool for permanent allocations |
ptemp | pool for temporary allocations |
- Returns
- NULL on success or an error message