Website Security & Threat Management
TLS Certificate Optimization: The Technical Details behind "No Browser Left Behind"

TLS Certificate Optimization: The Technical Details behind "No Browser Left Behind"

3/23/2016 · Patrick R. Donahue

What this post added

This post details Cloudflare's 'no browser left behind' initiative, specifically focusing on the technical implementation of TLS certificate optimization. It explains the complex logic required to dynamically serve the most appropriate certificate (SHA-1 RSA, SHA-2 RSA, or SHA-2 ECDSA) based on the client's capabilities, as communicated in the TLS ClientHello message. This ensures secure connections for all users, regardless of their browser's support for newer cryptographic standards, while also optimizing for performance.

Read the original post ↗