Skip to content

Commit ec12703

Browse files
authored
[SSL] Update pqc-support.mdx (#20158)
1 parent b1d1d54 commit ec12703

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,37 @@ The list below is for reference only. Responsibility for third-party software li
1414
:::
1515

1616
## X25519MLKEM768
17-
- Default for [Firefox 132+](https://www.mozilla.org/firefox/channel/desktop/) (Beta)
18-
- Default for [Chrome 131+](https://www.google.com/chrome/beta/) (Beta)
17+
- Default for [Firefox 132+](https://www.mozilla.org/firefox/) on Desktop
18+
- For QUIC/HTTP3, use Firefox 135+
19+
- Default for [Chrome 131+](https://www.google.com/chrome/)
20+
- Default for [Edge 131+](https://microsoft.com/edge/)
21+
- Default for recent [Opera](https://opera.com) and [Brave](https://brave.com)
1922
- Cloudflare's [fork of Go](https://github.com/cloudflare/go)
23+
- Default for [Go 1.24+](https://go.dev/doc/go1.24#cryptotlspkgcryptotls)
2024
- [BoringSSL](https://boringssl.googlesource.com/boringssl/)
2125
- [rustls-post-quantum 0.2.0+](https://crates.io/crates/rustls-post-quantum) ([blog](https://www.memorysafety.org/blog/pq-key-exchange/))
2226
- Default for [rpxy 0.9.4+](https://github.com/junkurihara/rust-rpxy)
27+
- [Open Quantum Safe](https://openquantumsafe.org/)
28+
- C library: liboqs 0.10.0+
29+
- OpenSSL provider: oqs-provider 0.7.0+
30+
- [Caddy HTTP server](https://caddyserver.com/) nightly compiled with Go 1.24+ ([instructions](https://gist.github.com/bwesterb/2f7bfa7ae689de0d242b56ea3ecac424))
31+
- [Botan C++ library 3.7.0+](https://botan.randombit.net/)
2332

2433
## X25519Kyber768Draft00
2534

2635
- Default for [Chrome 124-130](https://www.google.com/chrome/) on Desktop
2736
- For older Chrome or on mobile, toggle _TLS 1.3 hybridized Kyber support_ (`enable-tls13-kyber`) in `chrome://flags`.
28-
- Default for [Edge 124+](https://microsoft.com/edge/)
29-
- Default for recent [Opera](https://opera.com) and [Brave](https://brave.com)
30-
- [Firefox 124+](https://www.mozilla.org/firefox) if you turn on `security.tls.enable_kyber` in `about:config`
37+
- Default for [Edge 124-130](https://microsoft.com/edge/)
38+
- [Firefox 124-131](https://www.mozilla.org/firefox) if you turn on `security.tls.enable_kyber` in `about:config`
3139
- For QUIC/HTTP3, use Firefox 128+ with `network.http.http3.enable_kyber`.
3240
- Cloudflare's [fork of Go](https://github.com/cloudflare/go)
3341
- Default for [Go 1.23](https://github.com/golang/go/issues/67061)
3442
- [BoringSSL](https://boringssl.googlesource.com/boringssl/)
3543
- Cloudflare's [fork of QUIC-go](https://github.com/cloudflare/qtls-pq)
3644
- Goutam Tamvada's [fork of Firefox](https://github.com/xvzcf/firefox-pq-demos)
37-
- [Open Quantum Safe](https://openquantumsafe.org/) C library
38-
- [Zig 0.11.0+](https://ziglang.org/)
45+
- [Open Quantum Safe](https://openquantumsafe.org/)
46+
- C library: `liboqs` 0.5.0-0.12.0
47+
- OpenSSL provider: `oqs-provider` 0.5.0-0.8.0
48+
- [Zig 0.11.0-0.13.0](https://ziglang.org/)
3949
- [nginx](https://www.nginx.org/) when [compiled with BoringSSL](https://mailman.nginx.org/pipermail/nginx/2023-August/NOISOYU3QTB2DGIYUBGF7CAMQHDI2QLT.html) ([guide](https://blog.centminmod.com/2023/10/03/2860/how-to-enable-cloudflare-post-quantum-x25519kyber768-key-exchange-support-in-centmin-mod-nginx/))
40-
- [Caddy HTTP server](https://caddyserver.com/) nightly [compiled with Go 1.23+](https://gist.github.com/bwesterb/2f7bfa7ae689de0d242b56ea3ecac424)
4150
- [Botan C++ library 3.2.0+](https://botan.randombit.net/) ([instructions](https://github.com/randombit/botan/discussions/3747))

0 commit comments

Comments
 (0)