rustls::server::tls13::client_hello

Function emit_certificate_req_tls13

Source
fn emit_certificate_req_tls13(
    flight: &mut HandshakeFlight<'_, true>,
    config: &ServerConfig,
) -> Result<bool, Error>