- Home
- All questions
- Question 42
CISSP study material · question 42 of 500
A telemetry platform holds long-lived TLS 1.3 connections that stream millions of small records per session under AES-GCM, and some clients also send early data on resumption. An engineer asks what an endpoint owes as the record count climbs, and how early data is handled. Which response is correct?
Show the answer
Answer: C. Rekey or close before roughly 2^24.5 records under one key set; early data cannot be rekeyed, so the sender stays under the ceiling.
With AES-GCM an endpoint must rekey or close before roughly 2^24.5 records under one key set; early data cannot be rekeyed mid-flight, so senders stay below the ceiling.
Source: RFC 9846 (IETF) — RFC 9846 > 5.5 Limits on Key Usage