Function qpid_proton_sys::pn_ssl[][src]

pub unsafe extern "C" fn pn_ssl(transport: *mut pn_transport_t) -> *mut pn_ssl_t
Expand description

Create a new SSL session object associated with a transport. A transport must have an SSL object in order to “speak” SSL over its connection. This method allocates an SSL object associates it with the transport.