Mitigations for Large Cert Chains
Certificate compression (RFC 8879):
- Compresses the Certificate message using zlib or brotli
- ML-DSA certs have low entropy (lots of zeros in padding) — compresses well
- Supported in TLS 1.3, requires both sides to opt in
OCSP stapling: reduces need to include the OCSP responder cert
Shorter chains: skip sending the root cert (client already has it in trust store)
Choose ML-DSA over SLH-DSA for intermediate and leaf certs — 10× smaller signatures
Omit root from chain: clients should already have it. Standard practice.