Skip to content

Commit 9e88bdc

Browse files
chore: update algorithm families [skip ci]
1 parent 793c097 commit 9e88bdc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

schema/cryptography-defs.schema.json

Lines changed: 6 additions & 1 deletion
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": "2026-03-05T14:27:50Z",
4+
"$comment": "2026-05-21T13:20:10Z",
55
"title": "Cryptographic Algorithm Family Definitions",
66
"description": "Enumerates cryptographic algorithm families and their specific metadata.",
77
"type": "object",
@@ -247,6 +247,7 @@
247247
"A5/1",
248248
"A5/2",
249249
"AES",
250+
"ANSI-KDF",
250251
"ARIA",
251252
"Argon2",
252253
"Ascon",
@@ -302,6 +303,7 @@
302303
"RC5",
303304
"RC6",
304305
"RIPEMD",
306+
"RSA-X931",
305307
"RSAES-OAEP",
306308
"RSAES-PKCS1",
307309
"RSASSA-PKCS1",
@@ -317,13 +319,16 @@
317319
"SM9",
318320
"SNOW3G",
319321
"SP800-108",
322+
"SP800-56C",
320323
"SPAKE2",
321324
"SPAKE2PLUS",
322325
"SRP",
326+
"SSH-KDF",
323327
"Salsa20",
324328
"Serpent",
325329
"SipHash",
326330
"Skipjack",
331+
"TLS-PRF",
327332
"TUAK",
328333
"Twofish",
329334
"UMAC",

0 commit comments

Comments
 (0)