pub unsafe extern "C" fn grpc_tls_certificate_verifier_no_op_create(
) -> *mut grpc_tls_certificate_verifier
Expand description

EXPERIMENTAL API - Subject to change

Factory function for an internal verifier that won’t perform any post-handshake verification. Note: using this solely without any other authentication mechanisms on the peer identity will leave your applications to the MITM(Man-In-The-Middle) attacks. Users should avoid doing so in production environments.