Qpid Proton C++  0.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | List of all members
ssl Class Reference

SSL information. More...

#include <ssl.hpp>

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

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.


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