Return DSA and ECDSA keys from certificate in SignedXml.#55294
Merged
bartonjs merged 2 commits intodotnet:mainfrom Jul 8, 2021
Merged
Return DSA and ECDSA keys from certificate in SignedXml.#55294bartonjs merged 2 commits intodotnet:mainfrom
bartonjs merged 2 commits intodotnet:mainfrom
Conversation
If the X.509 certificate has a DSA or ECDSA public key, return them if they are available.
|
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsIf the X.509 certificate has a DSA or ECDSA public key, return them if they are available. Closes #55194 I was able to add a test case for DSA, prior to the fix the test fails with:
|
Member
Author
|
My Windows box is currently sitting in pieces behind me for a few days, so waiting to see what CI says about .NET Framework before I mark as reviewable. |
filipnavara
approved these changes
Jul 7, 2021
bartonjs
reviewed
Jul 7, 2021
Member
Author
|
Considering the previous run was all green and the only thing that was added in the second commit is a comment, I would think the failures are unrelated. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
If the X.509 certificate has a DSA or ECDSA public key, return them if they are available.
Closes #55194
I was able to add a test case for DSA, prior to the fix the test fails with: