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

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

Version-specific method APIs. A TLS/SSL connection established with these methods will only understand the TLSv1.2 protocol.

#include <mesalink/openssl/ssl.h>

const SSL_METHOD *TLSv1_2_client_method(void);