pingora_boringssl::ext

Function add_host

Source
pub fn add_host(
    verify_param: &mut X509VerifyParamRef,
    host: &str,
) -> Result<(), ErrorStack>
Expand description

Add name as an additional reference identifier that can match the peer’s certificate

See X509_VERIFY_PARAM_set1_host.