awesome-everything RU
↑ Back to the climb

Networking & Protocols

TLS 1.3: multiple-choice review

Crux Multiple-choice synthesis across the TLS 1.3 unit: 1-RTT key shares, forward secrecy, PSK resumption, 0-RTT replay, cipher-suite separation, and ECH.
Your altitude — climbing toward senior
ZeroJuniorMiddleSenior
You are at senior altitude — in orbit
◷ 13 min

Six questions that cut across the whole unit. Each mirrors a decision you make designing or debugging a TLS deployment — not a definition to recite, but a tradeoff to weigh between speed, secrecy, and replay safety.

Goal

Confirm you can connect the 1-RTT handshake, forward secrecy, resumption, 0-RTT replay risk, cipher-suite separation, and SNI privacy — the synthesis the individual lessons built toward.

Quiz

TLS 1.2 needed two round-trips for a cold handshake; TLS 1.3 needs one. What single design change collapsed the RTT, and why does Perfect Forward Secrecy come along for free?

Quiz

A warm PSK-resumption handshake skips certificate validation entirely. How does the client still know it is talking to the legitimate server and not an impostor?

Quiz

An engineer enables 0-RTT globally to cut latency. A week later, finance reports occasional duplicate transfers. What is the root cause and the correct fix?

Quiz

In TLS 1.3 the cipher suite TLS_AES_128_GCM_SHA256 no longer names the key exchange or signature algorithm — unlike TLS 1.2. What did this separation buy?

Quiz

A middlebox rewrites the ALPN list in ClientHello to strip 'h2' and force HTTP/1.1. The connection aborts before any data flows. Why?

Quiz

A security review flags that the corporate proxy can still log which hostnames employees visit, even on TLS 1.3. Which mechanism leaks this, and what closes the gap?

Recap

The through-line of the unit is one chain of tradeoffs: the ECDHE key_share in ClientHello buys the 1-RTT handshake and forward secrecy together; PSK resumption trades fresh authentication for speed but stays authenticated via the ticket; 0-RTT trades a round-trip for replay exposure, contained only by idempotency plus 425 Too Early; cipher-suite separation shrinks the attack surface to five suites; and the transcript hash makes every negotiated parameter tamper-evident. SNI still leaks the hostname until ECH encrypts it. Speed, secrecy, and replay safety are the three axes you balance on every TLS decision.

Continue the climb ↑TLS 1.3: free-recall review
shortcuts expand
search
K
prev piece
k
next piece
j
cycle tier
t
this menu
?
sources3
expand
  1. 01
  2. 02
  3. 03

Trademarks belong to their respective owners. Editorial reference only.