|
Squid Web Cache master
|
#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>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 &) |
| GlobalContextStorage & | Ssl::TheGlobalContextStorage () |
| Global cache for store all SSL server certificates. | |