context_storage.h File Reference
#include "base/ClpMap.h"
#include "CacheManager.h"
#include "compat/openssl.h"
#include "ip/Address.h"
#include "mgr/Action.h"
#include "mgr/Command.h"
#include "security/Context.h"
#include "ssl/gadgets.h"
#include <list>
#include <map>
Include dependency graph for context_storage.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Ssl::CertificateStorageAction |
class | Ssl::GlobalContextStorage |
Class for storing/manipulating LocalContextStorage per local listening address/port. More... | |
Namespaces | |
namespace | Ssl |
Typedefs | |
using | Ssl::LocalContextStorage = ClpMap< SBuf, Security::ContextPointer, MemoryUsedByContext > |
Functions | |
uint64_t | Ssl::MemoryUsedByContext (const Security::ContextPointer &) |
Variables | |
GlobalContextStorage | Ssl::TheGlobalContextStorage |
Global cache for store all SSL server certificates. More... | |