Function rustls::client::tls13::handle_server_hello

source ยท
pub(super) fn handle_server_hello(
    config: Arc<ClientConfig>,
    cx: &mut Context<'_, ClientConnectionData>,
    server_hello: &ServerHelloPayload,
    resuming_session: Option<Tls13ClientSessionValue>,
    server_name: ServerName,
    randoms: ConnectionRandoms,
    suite: &'static Tls13CipherSuite,
    transcript: HandshakeHash,
    early_key_schedule: Option<KeyScheduleEarly>,
    hello: ClientHelloDetails,
    our_key_share: KeyExchange,
    sent_tls13_fake_ccs: bool,
) -> Result<Box<dyn State<ClientConnectionData>>, Error>