Skip to content
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

Issue when signing a digest with EC curve secP256k1 #61

Open
TonyFjo opened this issue Jun 22, 2020 · 0 comments
Open

Issue when signing a digest with EC curve secP256k1 #61

TonyFjo opened this issue Jun 22, 2020 · 0 comments

Comments

@TonyFjo
Copy link

TonyFjo commented Jun 22, 2020

Since it is EC and Key length is 256 bit the SignatureAlgorithmToJwsAlgId returns the SignatureAlgorithm.ES256 algorithm to be used in KeyVault while the correct would be to return SignatureAlgorithm.ES256K.

Not sure how to do that identification in a neat way to be honest. Maybe you guys know how to do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant