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

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

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

#include <mesalink/openssl/ssl.h>

const SSL_METHOD *TLSv1_3_client_method(void);