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 RSA signing algorithm #3

Open
btielen opened this issue Jan 25, 2022 · 0 comments
Open

Support RSA signing algorithm #3

btielen opened this issue Jan 25, 2022 · 0 comments

Comments

@btielen
Copy link
Owner

btielen commented Jan 25, 2022

At the moment only the elliptic curve signing algorithm is supported. In the specifications it is stated that signatures can also be signed with an the RSA digital signature algorithm. Verification of such signatures would fail at the moment.

From the Health Certificate specifications

Secondary Algorithm: The secondary algorithm is RSASSA-PSS as defined in (RFC 8230) with a modulus of 2048 bits in combination with the SHA–256 hash algorithm as defined in (ISO/IEC 10118–3:2004) function 4.
This corresponds to the COSE algorithm parameter: PS256.

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