Hybrid TLS proof
Read →
FIPS 203
FIPS 203 (ML-KEM) is the NIST-standardized key encapsulation mechanism for post-quantum TLS — available now.
Framework
Module-Lattice-Based Key-Encapsulation Mechanism standard
Deadline: Available 2024
| FIPS | Algorithm | Primary use |
|---|---|---|
| 203 | ML-KEM | Key encapsulation (TLS) |
| 204 | ML-DSA | Digital signatures |
| 205 | SLH-DSA | Hash-based signatures |
Most production migrations combine classical ECDHE with ML-KEM (e.g. X25519MLKEM768) for backward compatibility. Google and Cloudflare deploy hybrid KEX at scale — inventory must identify which endpoints are still RSA/ECDSA-only.
Qtangl demo captures hybrid handshake traces attachable to signed reports. Auditors verify signatures at /verify — migration evidence, not lab-only claims.
FIPS 205 supports code signing and firmware where stateful hash signatures (SP 800-208) apply — tag signing infrastructure separately from TLS in your CBOM.
Qtangl mapping
References & further reading
Authoritative primary sources cited in this article. Summaries are our own — follow links for full context.
Last verified 2026-06-03
Try it