Skip to content

Commit d25aa7d

Browse files
feat(registry): add AES-CMAC-PRF-128 (RFC 4615) (#768)
As discussed in ticket #767, this PR adds AES-CMAC-PRF-128 (RFC 4615) to the Cryptography Registry. Fixes #767 Details - Adds `AES-CMAC-PRF-128` as a `mac` variant under the existing `AES` family. - Adds authoritative standards reference for RFC 4615. - Registry-only change (`schema/cryptography-defs.json`). No schema or specification behavior changes.
2 parents dfa5e7e + 0cc8dc5 commit d25aa7d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

schema/cryptography-defs.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"primitive": "pke"
123123
}
124124
]
125-
},
125+
},
126126
{
127127
"family": "MQV",
128128
"standard": [
@@ -362,6 +362,16 @@
362362
"pattern": "AES[-(128|192|256)][-(GMAC|CMAC)]",
363363
"primitive": "mac"
364364
},
365+
{
366+
"standard": [
367+
{
368+
"name": "RFC4615",
369+
"url": "https://doi.org/10.17487/RFC4615"
370+
}
371+
],
372+
"pattern": "AES-CMAC-PRF-128",
373+
"primitive": "mac"
374+
},
365375
{
366376
"pattern": "AES[-(128|192|256)][-(XCBC_MAC[_96])]",
367377
"primitive": "mac"

0 commit comments

Comments
 (0)