Function qpid_proton_sys::pn_ssl_domain[][src]

pub unsafe extern "C" fn pn_ssl_domain(
    mode: pn_ssl_mode_t
) -> *mut pn_ssl_domain_t
Expand description

Create an SSL configuration domain. This method allocates an SSL domain object. This object is used to hold the SSL configuration for one or more SSL sessions. The SSL session object (pn_ssl_t) is allocated from this object.