Function mesalink::libssl::ssl::mesalink_SSL_connect[][src]

#[no_mangle]
pub extern "C" fn mesalink_SSL_connect(
    ssl_ptr: *mut MESALINK_SSL
) -> c_int
Expand description

SSL_connect - initiate the TLS handshake with a server. The communication channel must already have been set and assigned to the ssl with SSL_set_fd.

#include <mesalink/openssl/ssl.h>

int SSL_connect(SSL *ssl);