diff --git a/schema/cryptography-defs.schema.json b/schema/cryptography-defs.schema.json
index e1781505..6ea5bd2b 100644
--- a/schema/cryptography-defs.schema.json
+++ b/schema/cryptography-defs.schema.json
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://cyclonedx.org/schema/cryptography-defs.schema.json",
- "$comment": "2026-03-05T14:27:50Z",
+ "$comment": "2026-05-08T20:54:41Z",
"title": "Cryptographic Algorithm Family Definitions",
"description": "Enumerates cryptographic algorithm families and their specific metadata.",
"type": "object",
@@ -247,6 +247,7 @@
"A5/1",
"A5/2",
"AES",
+ "ANSI-KDF",
"ARIA",
"Argon2",
"Ascon",
@@ -302,6 +303,7 @@
"RC5",
"RC6",
"RIPEMD",
+ "RSA-X931",
"RSAES-OAEP",
"RSAES-PKCS1",
"RSASSA-PKCS1",
@@ -317,13 +319,16 @@
"SM9",
"SNOW3G",
"SP800-108",
+ "SP800-56C",
"SPAKE2",
"SPAKE2PLUS",
"SRP",
+ "SSH-KDF",
"Salsa20",
"Serpent",
"SipHash",
"Skipjack",
+ "TLS-PRF",
"TUAK",
"Twofish",
"UMAC",
diff --git a/tools/pom.xml b/tools/pom.xml
index 9667d409..e4cd518f 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -56,7 +56,7 @@
1.12.0
1.5.5
1.4.9
- 2.0.16
+ 2.0.17