SSL information.
More...
#include <ssl.hpp>
|
| ssl () |
| Create an empty ssl object.
|
|
◆ resume_status
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.
|
◆ verify_mode
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.
|
The documentation for this class was generated from the following file: