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

#[no_mangle]pub extern "C" fn tabby_SSL_set_tlsext_host_name(
    ssl_ptr: *mut TABBY_SSL,
    hostname_ptr: *const c_char
) -> c_int

SSL_set_tlsext_host_name - set the server name indication ClientHello extension to contain the value name.

#include <tabbyssl/openssl/ssl.h>

int SSL_set_tlsext_host_name(const SSL *s, const char *name);