Session.h File Reference
#include "Context.h"
#include "KeyCertPair.h"
#include "ValidatorList.h"
#include <Platform/System.h>
#include <memory>
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.
Classes | |
struct | Ssl::Options |
Configurable options. More... | |
class | Ssl::Session |
Handles all SSL activity for a TCP connection. More... | |
Namespaces | |
Ssl | |
Enumerations | |
enum class | Ssl::MaxBufferSize { Ssl::Default = 0 , Ssl::B512 , Ssl::K1 , Ssl::K2 , Ssl::K4 , Ssl::K8 , Ssl::K16 } |
Indicate to SSL how much memory (approximately) to commit for buffers. More... | |
Functions | |
size_t | Ssl::maxBufferSizeToBytes (MaxBufferSize value) |
String | Ssl::toString (const Options &options) |