[][src]Function mesalink::libssl::ssl::mesalink_TLS_client_method

#[no_mangle]
pub extern "C" fn mesalink_TLS_client_method() -> *const MESALINK_METHOD

A general-purpose version-flexible SSL/TLS method. The supported protocols are TLSv1.2 and TLSv1.3.

#include <mesalink/openssl/ssl.h>

const SSL_METHOD *TLS_client_method(void);