diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index 0a2bdff6..cf504b45 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -363,6 +363,16 @@ "pattern": "AES[-(128|192|256)]-CTR-HMAC-SHA1[-96]", "primitive": "ae" }, + { + "standard": [ + { + "name": "RFC 5297", + "url": "https://doi.org/10.17487/RFC5297" + } + ], + "pattern": "AES[-(128|192|256)]-SIV", + "primitive": "ae" + }, { "standard": [ {