Session.h File Reference
#include "base/HardFun.h"
#include "comm/forward.h"
#include "security/Context.h"
#include "security/LockingPointer.h"
#include <memory>
#include "compat/openssl.h"
Include dependency graph for Session.h:
This graph shows which files directly or indirectly include this file:
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 |