Function tlspuffin::tls::seeds::seed_server_attacker_with_hello_retry_request
source ยท pub fn seed_server_attacker_with_hello_retry_request(
client: AgentName,
) -> Trace<TLSProtocolTypes>
Expand description
This seed sends a HelloRetryRequest message asking the TLS client to use P384 curves as keyshare and compute a correct transcript for the whole handshake The differences with seed_server_attacker_full are the addition of a round trip (server sends HRR to the client and the client sends second client hello) and the computation of the transcript following the HRR according to RFC 8446 section 4.4.1