|
Squid Web Cache master
|
#include "base/HardFun.h"#include "comm/forward.h"#include "security/Context.h"#include "security/LockingPointer.h"#include <memory>#include "compat/openssl.h"Go to the source code of this file.
Namespaces | |
| namespace | Security |
| Network/connection security abstraction layer. | |
Typedefs | |
| typedef SSL | Security::Connection |
| using | Security::Session = SSL_SESSION |
| typedef std::shared_ptr< SSL > | Security::SessionPointer |
| typedef std::unique_ptr< SSL_SESSION, HardFun< void, SSL_SESSION *, &SSL_SESSION_free > > | Security::SessionStatePointer |