-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Document CompositeMLDsa update to draft-08 breaking change #49609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR documents a breaking change where CompositeMLDsa was updated from draft-07 to draft-08 of the Composite ML-DSA specification in .NET 10 GA. The change updates documentation to reflect the new draft version and adds a breaking change article.
- Updated library documentation to reflect draft 8 support
- Added comprehensive breaking change documentation
- Updated TOC and compatibility index to include the new breaking change article
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/core/whats-new/dotnet-10/libraries.md | Updated draft version reference from 7 to 8 with clarification |
| docs/core/compatibility/toc.yml | Added new breaking change entry to the Cryptography section |
| docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md | New breaking change documentation for draft-08 update |
| docs/core/compatibility/10.0.md | Added breaking change entry to the Cryptography table |
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
CompositeMLDsa was updated from draft-07 to draft-08 of the Composite ML-DSA for X.509 PKI specification in .NET 10.0.0. This update introduces incompatibilities in signature validation and key import/export formats across the draft boundary.
Changes
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.mddocumenting the behavioral change, version introduced (10.0.0), and affected APIsdocs/core/compatibility/toc.ymlanddocs/core/compatibility/10.0.mddocs/core/whats-new/dotnet-10/libraries.mdto reference draft 8 instead of draft 7The document notes that draft-08 and draft-09 remain compatible, and emphasizes that
CompositeMLDsais marked[Experimental]pending specification finalization.Fixes #120077
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews