Commit dfa5e7e
authored
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.1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
341 | 351 | | |
342 | 352 | | |
343 | 353 | | |
| |||
0 commit comments