rustls::server::tls13::client_hello

Function emit_encrypted_extensions

Source
fn emit_encrypted_extensions(
    flight: &mut HandshakeFlight<'_, true>,
    suite: &'static Tls13CipherSuite,
    cx: &mut Context<'_, ServerConnectionData>,
    ocsp_response: &mut Option<&[u8]>,
    hello: &ClientHelloPayload,
    resumedata: Option<&ServerSessionValue>,
    extra_exts: Vec<ServerExtension>,
    config: &ServerConfig,
) -> Result<EarlyDataDecision, Error>