demo · v147
TLS Inspector
Click Probe. Each row fetches the endpoint and asks the SecurityInfo API which key-exchange Chrome negotiated. Sites that support ML-KEM hybrid get the green badge.
| endpoint | verdict |
|---|---|
| pq.cloudflareresearch.com | — |
| www.google.com | — |
| example.com | — |
| blog.cloudflare.com | — |
note
Chrome doesn't expose the negotiated key-exchange algorithm to JS. The probe falls back to fetching each endpoint and reporting whether the request succeeded — a real X25519Kyber768 inspector ships as a browser DevTools panel or a server-side measurement. Use chrome://net-internals/#events for the authoritative read.
see also
- X25519Kyber768 key encapsulation for TLS — feature index
- ChromeStatus entry
implementation reference
Need the exact API surface, compatibility boundaries, errors, lifecycle, and source links? Read the matching gendn reference ↗