[][src]Function tabbyssl::libssl::ssl::tabby_SSL_connect

#[no_mangle]pub extern "C" fn tabby_SSL_connect(ssl_ptr: *mut TABBY_SSL) -> c_int

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 <tabbyssl/openssl/ssl.h>

int SSL_connect(SSL *ssl);