Skip to main content

wolfSSL_X509_check_host

Function wolfSSL_X509_check_host 

Source
pub unsafe extern "C" fn wolfSSL_X509_check_host(
    x: *mut WOLFSSL_X509,
    chk: *const c_char,
    chklen: usize,
    flags: c_uint,
    peername: *mut *mut c_char,
) -> c_int