Skip to content

Commit 8a09cc5

Browse files
authored
Note open issues on ML-KEM and SLH-DSA JWK formats (#20)
1 parent 66771cc commit 8a09cc5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,6 +1889,9 @@ <h5>Import Key</h5>
18891889
<dd>
18901890
<ol>
18911891
<li>
1892+
<p class="issue">
1893+
The JWK format for ML-KEM is not standardized yet and thus subject to change.
1894+
</p>
18921895
<dl class="switch">
18931896
<dt>If |keyData| is a {{JsonWebKey}} dictionary:</dt>
18941897
<dd><p>Let |jwk| equal |keyData|.</p></dd>
@@ -2309,6 +2312,9 @@ <h5>Export Key</h5>
23092312
<dd>
23102313
<ol>
23112314
<li>
2315+
<p class="issue">
2316+
The JWK format for ML-KEM is not standardized yet and thus subject to change.
2317+
</p>
23122318
<p>
23132319
Let |jwk| be a new {{JsonWebKey}}
23142320
dictionary.
@@ -4267,6 +4273,10 @@ <h5>Import Key</h5>
42674273
<dd>
42684274
<ol>
42694275
<li>
4276+
<p class="issue">
4277+
The JWK format for SLH-DSA is not standardized yet and thus subject to change.
4278+
TODO: register "alg" values for SLH-DSA with IANA in the JSON Web Signature and Encryption Algorithms registry.
4279+
</p>
42704280
<dl class="switch">
42714281
<dt>If |keyData| is a {{JsonWebKey}} dictionary:</dt>
42724282
<dd><p>Let |jwk| equal |keyData|.</p></dd>
@@ -4749,6 +4759,10 @@ <h5>Export Key</h5>
47494759
<dd>
47504760
<ol>
47514761
<li>
4762+
<p class="issue">
4763+
The JWK format for SLH-DSA is not standardized yet and thus subject to change.
4764+
TODO: register "alg" values for SLH-DSA with IANA in the JSON Web Signature and Encryption Algorithms registry.
4765+
</p>
47524766
<p>
47534767
Let |jwk| be a new {{JsonWebKey}}
47544768
dictionary.

0 commit comments

Comments
 (0)