jannispinter / indicatetls

Addon for Mozilla Firefox that displays the TLS protocol version of websites you visit
https://addons.mozilla.org/firefox/addon/indicatetls/
Mozilla Public License 2.0
62 stars 12 forks source link

Kyber X25519 Post-Quantum Key Agreement #58

Open Corsten56 opened 3 weeks ago

Corsten56 commented 3 weeks ago

Hello.

It is possible to add detection of Kyber? https://pq.cloudflareresearch.com/

X25519Kyber768Draft00 or X25519Kyber512Draft00 or X25519MLKEM768 variants.

Best regards.

jannispinter commented 3 weeks ago

Hi @Corsten56,

no need to implement this specifically, as the SecurityInfo-API also reports Kyber-based KEMs and so does IndicateTLS.

Make sure to have security.tls.enable_kyber and network.http.http3.enable_kyber enabled in about:config.

image