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

Secure Area Interface: add supportedAlgorithms functionality #850

Open
paulbastian opened this issue Jan 27, 2025 · 1 comment
Open

Secure Area Interface: add supportedAlgorithms functionality #850

paulbastian opened this issue Jan 27, 2025 · 1 comment

Comments

@paulbastian
Copy link

The createKey functionality is sending an ecCurve identifier and sign functionality is sending a signature algorithm.
For both, the caller cannot know the possible, supported algorithms.
Especially a wallet core (e.g. implementing OpenID4VCI) needs to negotiate algorithms between the issuer and the secure area.
The proposed solution is therefore to add a supportedAlgorithms functionality to the Secure Area interface.

@davidz25
Copy link
Contributor

davidz25 commented Feb 3, 2025

I think that makes sense. We should probably also include supportedCurves: List<EcCurve> for good measure.

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

2 participants