Skip to content

Fixed the ECDSA signature issue#6

Merged
Ghufz merged 1 commit intomasterfrom
fix_ECDSA_Signature_Issue
Sep 10, 2020
Merged

Fixed the ECDSA signature issue#6
Ghufz merged 1 commit intomasterfrom
fix_ECDSA_Signature_Issue

Conversation

@Ghufz
Copy link
Collaborator

@Ghufz Ghufz commented Sep 10, 2020

ECDSA signature generated by ECDSA class of .net library is not in the form of ANS1 format. It is 64 bytes value which is concatenation of R and S values. Most of the tool/language use ECDSA signature in ANS1 format , to make it compatible with ANS1 format conversion logic added to convert the ECDSA signature to ANS1 format.

To have the changes in future generated PowerShellSDK a PR for the OpenAPI generator is raised :- OpenAPITools/openapi-generator#7386

@Ghufz Ghufz added the bug-fix label Sep 10, 2020
@Ghufz Ghufz merged commit 88fc023 into master Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant