Skip to content

Commit dfa5e7e

Browse files
feat(registry): add AES-CTR-HMAC-SHA1-96 suite pattern (RFC 3686) (#771)
As discussed in ticket #770, this PR proposes adding an AES-CTR + HMAC-SHA1-96 (IPsec ESP suite-style) pattern to the Cryptography Registry. Fixes #770 Details - Adds pattern `AES[-(128|192|256)]-CTR-HMAC-SHA1[-96]` under the existing `AES` family. - Adds RFC 3686 as the authoritative reference. - Registry-only change (`schema/cryptography-defs.json`). No schema or specification behavior changes.
2 parents 69a677e + f48cd62 commit dfa5e7e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

schema/cryptography-defs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,16 @@
338338
"pattern": "AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]",
339339
"primitive": "ae"
340340
},
341+
{
342+
"standard": [
343+
{
344+
"name": "RFC 3686",
345+
"url": "https://doi.org/10.17487/RFC3686"
346+
}
347+
],
348+
"pattern": "AES[-(128|192|256)]-CTR-HMAC-SHA1[-96]",
349+
"primitive": "ae"
350+
},
341351
{
342352
"standard": [
343353
{

0 commit comments

Comments
 (0)