diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index e3e1728e..12e5a55f 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -338,6 +338,16 @@ "pattern": "AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]", "primitive": "ae" }, + { + "standard": [ + { + "name": "RFC 3686", + "url": "https://doi.org/10.17487/RFC3686" + } + ], + "pattern": "AES[-(128|192|256)]-CTR-HMAC-SHA1[-96]", + "primitive": "ae" + }, { "standard": [ {