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

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

SSL_accept - wait for a TLS client to initiate the TLS handshake. The communication channel must already have been set and assigned to the ssl by setting SSL_set_fd.

#include <tabbyssl/openssl/ssl.h>

int SSL_accept(SSL *ssl);