rustls::client::tls13Function 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<'static>,
randoms: ConnectionRandoms,
suite: &'static Tls13CipherSuite,
transcript: HandshakeHash,
early_key_schedule: Option<KeyScheduleEarly>,
hello: ClientHelloDetails,
our_key_share: Box<dyn ActiveKeyExchange>,
sent_tls13_fake_ccs: bool,
server_hello_msg: &Message<'_>,
ech_state: Option<EchState>,
) -> Result<Box<dyn State<ClientConnectionData> + 'static>, Error>