SSL information.
More...
#include <ssl.hpp>
◆ 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.
|
◆ 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.
|
The documentation for this class was generated from the following file: