Files
servo/components/script
Kingsley Yung 00792e098e script: Fix alg field of exported ML-KEM key in JWK format (#41627)
We wrongly use the object identifier of ML-KEM for the `alg` field of
exported ML-KEM key in JWK format. We should use the values specified in
Section 8 of [draft-ietf-jose-pqc-kem-01] (Figure 1) instead.

[draft-ietf-jose-pqc-kem-01] (Figure 1):

https://www.ietf.org/archive/id/draft-ietf-jose-pqc-kem-01.html#direct-table

Testing: WPT currently does not have relevant tests for ML-KEM keys in
JWK format since The JWK format for ML-KEM is not standardized yet. We
strive to remain compliant with the current specification.

---------

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
2026-01-02 09:33:35 +00:00
..
2026-01-01 13:40:20 +00:00
2025-10-02 07:51:19 +00:00