ssl Class Reference
SSL information.
More...
#include <ssl.hpp>
List of all members.
Detailed Description
SSL information.
Member Enumeration Documentation
Outcome specifier for an attempted session resume.
- Enumerator:
UNKNOWN |
Session resume state unknown or not supported.
|
NEW |
Session renegotiated, not resumed.
|
REUSED |
Session resumed from previous session.
|
Determines the level of peer validation.
- Enumerator:
VERIFY_PEER |
Require peer to provide a valid identifying certificate.
|
ANONYMOUS_PEER |
Do not require a certificate or cipher authorization.
|
VERIFY_PEER_NAME |
Require valid certificate and matching name.
|
Constructor & Destructor Documentation
Create an empty ssl object.
The documentation for this class was generated from the following file: