Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion schema/cryptography-defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
},
{
"name": "RFC 3610",
"url": "https://doi.org/10.17487/RFC5116"
"url": "https://doi.org/10.17487/RFC3610"
}
],
"pattern": "AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]",
Expand Down Expand Up @@ -468,6 +468,10 @@
{
"pattern": "ChaCha20-Poly1305",
"primitive": "ae"
},
{
"pattern": "XChaCha20-Poly1305",
"primitive": "ae"
Comment thread
stevespringett marked this conversation as resolved.
Outdated
}
]
},
Expand Down