ssl Class Reference

SSL information. More...

#include <ssl.hpp>

List of all members.

Public Types

enum  verify_mode { VERIFY_PEER, ANONYMOUS_PEER, VERIFY_PEER_NAME }
 

Determines the level of peer validation.

More...
enum  resume_status { UNKNOWN, NEW, REUSED }
 

Outcome specifier for an attempted session resume.

More...

Detailed Description

SSL information.


Member Enumeration Documentation

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.

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:

Generated on 28 Nov 2017 for Qpid Proton C++ by  doxygen 1.6.1