Configurable options. More...

#include <Session.h>

Collaboration diagram for Ssl::Options:

Public Member Functions

 Options ()
 
String toString () const
 

Public Attributes

bool sessionResume: 1
 Keep a note of session ID for later re-use. More...
 
bool clientAuthentication: 1
 
bool verifyLater: 1
 Allow handshake to complete before verifying certificate. More...
 
bool freeKeyCertAfterHandshake: 1
 

Detailed Description

Configurable options.

Constructor & Destructor Documentation

◆ Options()

Ssl::Options::Options ( )
inline

Member Function Documentation

◆ toString()

String Ssl::Options::toString ( ) const

Member Data Documentation

◆ clientAuthentication

bool Ssl::Options::clientAuthentication

◆ freeKeyCertAfterHandshake

bool Ssl::Options::freeKeyCertAfterHandshake

◆ sessionResume

bool Ssl::Options::sessionResume

Keep a note of session ID for later re-use.

◆ verifyLater

bool Ssl::Options::verifyLater

Allow handshake to complete before verifying certificate.


The documentation for this struct was generated from the following file: