-
Notifications
You must be signed in to change notification settings - Fork 23
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
make credential_signing_alg_values_supported type and values format specific #460
base: main
Are you sure you want to change the base?
Conversation
… format specific and introduced credential_signing_crv_values_supported for mdocs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this is an improvement - thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is an improvement, thanks.
(As an aside, would be nice if we could depend on fully specified algorithms - that way we wouldn't need e.g. credential_signing_crv_values_supported
. But I don't think we can add that dependency.)
This PR does:
credential_signing_alg_values_supported
format specificcredential_signing_alg_values_supported
to COSE algorithm values for mdocscredential_signing_crv_values_supported
to mdoc format because of polymorphic COSE algorithm identifiersFixes #354 and fixes #303
Note that this is also how it is used in 23220-3 atm.