Function s2n_quic::provider::tls::default::ffi::s2n_connection_client_cert_used

source ยท
pub unsafe extern "C" fn s2n_connection_client_cert_used(
    conn: *mut s2n_connection,
) -> i32
Expand description

Check if Client Auth was used for a connection.

@param conn A pointer to the connection @returns 1 if the handshake completed and Client Auth was negotiated during then handshake.