Function rustls::client::hs::emit_client_hello_for_retry

source ยท
fn emit_client_hello_for_retry(
    transcript_buffer: HandshakeHashBuffer,
    retryreq: Option<&HelloRetryRequest>,
    key_share: Option<KeyExchange>,
    extra_exts: Vec<ClientExtension>,
    may_send_sct_list: bool,
    suite: Option<SupportedCipherSuite>,
    input: ClientHelloInput,
    cx: &mut Context<'_, ClientConnectionData>,
) -> Box<dyn State<ClientConnectionData>>