fix(registry): correct RFC 3610 DOI reference#762
Merged
stevespringett merged 2 commits intoCycloneDX:masterfrom Jan 22, 2026
Merged
fix(registry): correct RFC 3610 DOI reference#762stevespringett merged 2 commits intoCycloneDX:masterfrom
stevespringett merged 2 commits intoCycloneDX:masterfrom
Conversation
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
Member
bhess
suggested changes
Jan 15, 2026
Contributor
bhess
left a comment
There was a problem hiding this comment.
Thanks for the fix!
Please remove the "XChaCha20" entry since it overlaps with your other PR. Other than that, LGTM!
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects an incorrect DOI reference in the Cryptography Registry and adds support for the XChaCha20-Poly1305 AEAD cipher variant.
Changes:
- Fixes the RFC 3610 DOI URL (was incorrectly pointing to RFC5116)
- Adds XChaCha20-Poly1305 as a new authenticated encryption variant in the ChaCha20 family
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ntry Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
bhess
approved these changes
Jan 22, 2026
stevespringett
approved these changes
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed in ticket #761, this PR fixes an incorrect standards reference in the Cryptography Registry.
Fixes #761
Details