Skip to content

Commit 5e1eb68

Browse files
chore: update algorithm families (#828)
This PR updates `schema/cryptography-defs.schema.json` with the latest algorithm families generated from `schema/cryptography-defs.json`.
2 parents bff2fac + 74433b3 commit 5e1eb68

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

schema/cryptography-defs.schema.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "http://cyclonedx.org/schema/cryptography-defs.schema.json",
4-
"$comment": "2025-09-07T11:12:52Z",
4+
"$comment": "2026-02-19T23:43:11Z",
55
"title": "Cryptographic Algorithm Family Definitions",
66
"description": "Enumerates cryptographic algorithm families and their specific metadata.",
77
"type": "object",
@@ -259,9 +259,9 @@
259259
"CAST6",
260260
"CMAC",
261261
"CMEA",
262+
"CTR_DRBG",
262263
"ChaCha",
263264
"ChaCha20",
264-
"CTR_DRBG",
265265
"DES",
266266
"DSA",
267267
"ECDH",
@@ -272,12 +272,12 @@
272272
"FFDH",
273273
"Fortuna",
274274
"GOST",
275-
"Hash_DRBG",
276-
"HPKE",
277275
"HC",
278276
"HKDF",
279277
"HMAC",
280278
"HMAC_DRBG",
279+
"HPKE",
280+
"Hash_DRBG",
281281
"IDEA",
282282
"IKE-PRF",
283283
"J-PAKE",
@@ -307,7 +307,6 @@
307307
"RSAES-PKCS1",
308308
"RSASSA-PKCS1",
309309
"RSASSA-PSS",
310-
"scrypt",
311310
"SEED",
312311
"SHA-1",
313312
"SHA-2",
@@ -319,11 +318,13 @@
319318
"SM9",
320319
"SNOW3G",
321320
"SP800-108",
321+
"SPAKE2",
322+
"SPAKE2PLUS",
323+
"SRP",
322324
"Salsa20",
323325
"Serpent",
324326
"SipHash",
325327
"Skipjack",
326-
"SRP",
327328
"TUAK",
328329
"Twofish",
329330
"UMAC",
@@ -332,7 +333,8 @@
332333
"XMSS",
333334
"Yarrow",
334335
"ZUC",
335-
"bcrypt"
336+
"bcrypt",
337+
"scrypt"
336338
]
337339
},
338340
"ellipticCurvesEnum": {
@@ -587,4 +589,4 @@
587589
]
588590
}
589591
}
590-
}
592+
}

0 commit comments

Comments
 (0)