CRDCApr 27

Network Impact of Post-Quantum Certificate Chain sizes on Time to First Byte in TLS Deployments

arXiv:2604.248694.5h-index: 10
AI Analysis

For network operators and CDNs transitioning to post-quantum cryptography, this work quantifies the latency penalties of larger certificate chains and compares mitigation strategies.

The paper evaluates the impact of post-quantum certificate chain sizes on time to first byte (TTFB) in CDN-focused TLS deployments, finding that larger chains cause discrete TTFB increases when exceeding transport layer flight limits. Merkle Tree Certificates (MTC) allow 2x-3x larger supportable chain sizes, while CDN optimizations support only ~1.6x.

Post-Quantum Cryptography (PQC) is a rapidly growing deployment challenge as cryptographically relevant quantum computers (CRQC) continue to advance, leaving traditional cryptographic algorithms used in X.509 vulnerable to attack. However, PQC introduces significant deployment challenges in real-world networks, with handshake sizes increasing from 5x to over 20x compared to classical algorithms. In this work, we evaluate the time to first byte (TTFB) under CDN-focused TLS conditions to characterize the latency cost of transitioning existing internet infrastructure to quantum-safe certificate schemes. We observe discrete increases in TTFB as certificate chain sizes exceed transport layer data flight limits. To isolate the impact of certificate chains, we evaluate both ECDSA and ML-DSA-based certificate schemes, generating similarly sized certificate chains through controlled addition of certificate extensions. We additionally examine how CDN properties such as session resumption, certificate size optimizations, and geographical distribution reduce latency penalties. We utilize Zeek-monitored TLS traffic through a High-Performance Computing System (NCSA) with terabyte network connectivity across the nation to quantify real-world session resumption rates. We compare CDN-driven size optimization with Merkle Tree Certificates (MTC) to examine how size reductions allow certificate chains to remain under the flight limit threshold. We find that MTC allows for 2x-3x increase in supportable certificate chain size, whereas CDN-based optimizations yield more limited reductions, supporting up to approximately 1.6x certificate chain size increase.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes