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

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

SSL_connect0 - initiate the TLS handshake lazily with a server. The communication channel must already have been set and assigned to the ssl with SSL_set_fd. You must call SSL_do_handshake() to explictly start the handshake.

#include <tabbyssl/openssl/ssl.h>

int SSL_connect0(SSL *ssl);