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

Use rsaEncryption OID during exporting for all RSA algorithms #300

Closed
lucacasonato opened this issue Dec 10, 2021 · 1 comment · Fixed by #305
Closed

Use rsaEncryption OID during exporting for all RSA algorithms #300

lucacasonato opened this issue Dec 10, 2021 · 1 comment · Fixed by #305

Comments

@lucacasonato
Copy link
Contributor

Somewhat unrelated; while testing, I noticed that when exporting, all implementations I tested set the OID to rsaEncryption for both algorithms, rather than id-RSASSA-PSS and id-RSAES-OAEP respectively. Even though I think that's not ideal, maybe we should change the spec to match that as well, given such broad consensus.

Originally posted by @twiss in #297 (comment)

@panva
Copy link
Member

panva commented Dec 11, 2021

this is also the case for id-ecDH, only ecPublicKey is being used instead.

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

Successfully merging a pull request may close this issue.

2 participants