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

RSA-PSS Parameters access #39837

Closed
panva opened this issue Aug 21, 2021 · 1 comment
Closed

RSA-PSS Parameters access #39837

panva opened this issue Aug 21, 2021 · 1 comment
Labels
crypto Issues and PRs related to the crypto subsystem. feature request Issues that request new features to be added to Node.js. webcrypto

Comments

@panva
Copy link
Member

panva commented Aug 21, 2021

Is your feature request related to a problem? Please describe.

In order to validate rsa-pss KeyObject use in libraries as well as built in webcrypto api we need to validate that the RSA-PSS parameters are either of a specific value or missing.

Describe the solution you'd like

Access RSA-PSS specific attributes in the KeyObject.prototype.asymmetricKeyDetails() getter

@panva panva added crypto Issues and PRs related to the crypto subsystem. webcrypto feature request Issues that request new features to be added to Node.js. labels Aug 21, 2021
@panva panva changed the title feature request: RSA-PSS Parameters access RSA-PSS Parameters access Aug 21, 2021
@panva
Copy link
Member Author

panva commented Aug 21, 2021

@tniessen can you describe the "technically doable" approach hinted in openssl/openssl#10217 (comment)?

tniessen added a commit to tniessen/node that referenced this issue Aug 23, 2021
@panva panva closed this as completed in b6b638b Aug 29, 2021
targos pushed a commit that referenced this issue Sep 6, 2021
Fixes: #39837
Refs: openssl/openssl#10568

PR-URL: #39851
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
targos pushed a commit that referenced this issue Sep 6, 2021
Fixes: #39837
Refs: openssl/openssl#10568

PR-URL: #39851
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Issues and PRs related to the crypto subsystem. feature request Issues that request new features to be added to Node.js. webcrypto
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant