Skip to content

Commit 8f62180

Browse files
committed
feat: pull SPDX license IDs v1.1-3.28.0
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent bc961ef commit 8f62180

3 files changed

Lines changed: 1033 additions & 6 deletions

File tree

cyclonedx/schema/_res/cryptography-defs.SNAPSHOT.schema.json

Lines changed: 19 additions & 3 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-03-05T14:27:50Z",
55
"title": "Cryptographic Algorithm Family Definitions",
66
"description": "Enumerates cryptographic algorithm families and their specific metadata.",
77
"type": "object",
@@ -248,6 +248,7 @@
248248
"A5/2",
249249
"AES",
250250
"ARIA",
251+
"Argon2",
251252
"Ascon",
252253
"BLAKE2",
253254
"BLAKE3",
@@ -258,6 +259,7 @@
258259
"CAST6",
259260
"CMAC",
260261
"CMEA",
262+
"CTR_DRBG",
261263
"ChaCha",
262264
"ChaCha20",
263265
"DES",
@@ -273,9 +275,12 @@
273275
"HC",
274276
"HKDF",
275277
"HMAC",
278+
"HMAC_DRBG",
279+
"HPKE",
280+
"Hash_DRBG",
276281
"IDEA",
277282
"IKE-PRF",
278-
"KMAC",
283+
"J-PAKE",
279284
"LMS",
280285
"MD2",
281286
"MD4",
@@ -284,6 +289,7 @@
284289
"ML-DSA",
285290
"ML-KEM",
286291
"MQV",
292+
"OPAQUE",
287293
"PBES1",
288294
"PBES2",
289295
"PBKDF1",
@@ -305,20 +311,30 @@
305311
"SHA-2",
306312
"SHA-3",
307313
"SLH-DSA",
314+
"SM2",
315+
"SM3",
316+
"SM4",
317+
"SM9",
308318
"SNOW3G",
309319
"SP800-108",
320+
"SPAKE2",
321+
"SPAKE2PLUS",
322+
"SRP",
310323
"Salsa20",
311324
"Serpent",
312325
"SipHash",
313326
"Skipjack",
314327
"TUAK",
315328
"Twofish",
329+
"UMAC",
316330
"Whirlpool",
317331
"X3DH",
318332
"XMSS",
319333
"Yarrow",
320334
"ZUC",
321-
"bcrypt"
335+
"bcrypt",
336+
"scrypt",
337+
"yescrypt"
322338
]
323339
},
324340
"ellipticCurvesEnum": {

0 commit comments

Comments
 (0)