Skip to content

Commit 276380d

Browse files
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`).
2 parents 8c16b5c + 5d10c3a commit 276380d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schema/cryptography-defs.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
"FFDH",
271271
"Fortuna",
272272
"GOST",
273+
"HPKE",
273274
"HC",
274275
"HKDF",
275276
"HMAC",

0 commit comments

Comments
 (0)