ssl_server_options Class Reference

**Unsettled API** - SSL configuration for inbound connections. More...

#include <ssl.hpp>

Inherits proton::internal::ssl_domain.

List of all members.

Public Member Functions

 ssl_server_options (ssl_certificate &cert)
 Server SSL options based on the supplied X.509 certificate specifier.
 ssl_server_options (ssl_certificate &cert, const std::string &trust_db, const std::string &advertise_db=std::string(), enum ssl::verify_mode mode=ssl::VERIFY_PEER)
 Server SSL options requiring connecting clients to provide a client certificate.
 ssl_server_options ()
 Server SSL options restricted to available anonymous cipher suites on the platform.

Detailed Description

**Unsettled API** - SSL configuration for inbound connections.


Constructor & Destructor Documentation

Server SSL options based on the supplied X.509 certificate specifier.

ssl_server_options ( ssl_certificate cert,
const std::string &  trust_db,
const std::string &  advertise_db = std::string(),
enum ssl::verify_mode  mode = ssl::VERIFY_PEER 
)

Server SSL options requiring connecting clients to provide a client certificate.

Server SSL options restricted to available anonymous cipher suites on the platform.


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

Generated on 17 Jan 2019 for Qpid Proton C++ by  doxygen 1.6.1