Function check_eku

Source
fn check_eku(
    input: Option<&mut Reader<'_>>,
    eku: &impl ExtendedKeyUsageValidator,
) -> Result<(), Error>