[release/11.0] Gate Composite ML-DSA CNG tests on NCrypt support - #132903
Merged
Conversation
Fixes #132830 Gate Composite ML-DSA CNG tests when Windows exposes BCrypt support without corresponding NCrypt support. A temporary NCrypt support check gates CNG tests until BCrypt and NCrypt support are provided together. The general Composite ML-DSA check uses specific Windows build revisions because not all machines have been serviced with support yet. > [!NOTE] > GitHub Copilot helped create this PR. --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: ec0a4077-6117-435b-a4cd-0ef8de781ca5 Copilot-Session: 11ffe761-e9d2-47c2-ace0-857272c52b10
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Tagging subscribers to this area: @bartonjs, @vcsjones, @dotnet/area-system-security |
bartonjs
approved these changes
Aug 28, 2026
Member
|
/ba-g #132831 |
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.
Backport of #132854 to release/11.0
Windows added BCrypt support for Composite ML-DSA which broke our tests.
Fixes CI failures reported in #132830. This is a test-only fix.
/cc @PranavSenthilnathan