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

#[no_mangle]pub extern "C" fn tabby_SSL_new(ctx_ptr: *mut TABBY_CTX_ARC) -> *mut TABBY_SSL

SSL_new - create a new SSL structure which is needed to hold the data for a TLS/SSL connection

#include <tabbyssl/openssl/ssl.h>

SSL *SSL_new(SSL_CTX *ctx);