Skip to content

Commit c6c4d11

Browse files
committed
add note on pkcs8 structures import with choices
1 parent e9e2771 commit c6c4d11

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,11 @@ <h5>Import Key</h5>
17381738
then [= exception/throw =] a
17391739
{{DataError}}.
17401740
</p>
1741+
<p class=note>
1742+
The import operation shall accept `ML-KEM-512-PrivateKey`, `ML-KEM-768-PrivateKey`, or `ML-KEM-1024-PrivateKey`
1743+
structures in either one of the three CHOICEs (seed-only, private-only, or both). The absence of a seed
1744+
or presence of the expanded private key is not a reason to [= exception/throw =] a {{DataError}}.
1745+
</p>
17411746
</li>
17421747
<li>
17431748
<p>
@@ -2892,6 +2897,11 @@ <h5>Import Key</h5>
28922897
then [= exception/throw =] a
28932898
{{DataError}}.
28942899
</p>
2900+
<p class=note>
2901+
The import operation shall accept `ML-DSA-44-PrivateKey`, `ML-DSA-65-PrivateKey`, or `ML-DSA-87-PrivateKey`
2902+
structures in either one of the three CHOICEs (seed-only, private-only, or both). The absence of a seed
2903+
or presence of the expanded private key is not a reason to [= exception/throw =] a {{DataError}}.
2904+
</p>
28952905
</li>
28962906
<li>
28972907
<p>

0 commit comments

Comments
 (0)