Commit 276380d
authored
Add HPKE to algorithmFamiliesEnum (#810)
Fixes #809
HPKE is defined in `schema/cryptography-defs.json` but missing from
`schema/cryptography-defs.schema.json#/definitions/algorithmFamiliesEnum`.
BOM 1.7 validates `cryptoProperties.algorithmProperties.algorithmFamily`
against this enum, so valid HPKE usage fails schema validation.
This PR adds `HPKE` to `algorithmFamiliesEnum` (alphabetically between
`GOST` and `HC`).1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
0 commit comments