Commit da5843b
authored
crypto: default ML-KEM and ML-DSA pkcs8 export to seed-only format
Configure OpenSSL provider parameters to prefer seed-only format
when exporting ML-KEM and ML-DSA private keys that contain a seed.
Keys without a seed continue to use the private-only format.
PR-URL: #62178
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent 66a687f commit da5843bCopy full SHA for da5843b
4 files changed
+24-2Lines changed: 24 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
- src/crypto
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+5Lines changed: 5 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2121 | 2121 | |
2122 | 2122 | |
2123 | 2123 | |
| 2124 | + |
| 2125 | + |
| 2126 | + |
| 2127 | + |
| 2128 | + |
2124 | 2129 | |
2125 | 2130 | |
2126 | 2131 | |
|
Collapse file
+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
138 | 138 | |
139 | 139 | |
140 | 140 | |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
141 | 158 | |
142 | 159 | |
143 | 160 | |
|
Collapse file
test/parallel/test-crypto-pqc-key-objects-ml-dsa.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-pqc-key-objects-ml-dsa.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | | - |
| 72 | + |
73 | 73 | |
74 | 74 | |
75 | 75 | |
|
Collapse file
test/parallel/test-crypto-pqc-key-objects-ml-kem.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-pqc-key-objects-ml-kem.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
53 | 53 | |
54 | 54 | |
|
0 commit comments