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

Support ECDSA Algorithm #1221

Open
m2karam opened this issue Jun 30, 2020 · 2 comments
Open

Support ECDSA Algorithm #1221

m2karam opened this issue Jun 30, 2020 · 2 comments

Comments

@m2karam
Copy link

m2karam commented Jun 30, 2020

Is there a way to use an ECDSA cert for signing requests?

@AndersAbel
Copy link
Member

The 1.x and 2.x versions assume RSA. The XML signing handling in develop makes no such assumption and ECDSA should work there, tests would be good to add to make sure.

@AndersAbel
Copy link
Member

Looks like while there is support for the ECDSA algorithm in .NET, the necessary plumbing to make it work with SignedXML is not implemented. That would be the task of this issue.

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

No branches or pull requests

2 participants