RSA-PSS Parameters access #39837
Labels
crypto
Issues and PRs related to the crypto subsystem.
feature request
Issues that request new features to be added to Node.js.
webcrypto
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()
getterThe text was updated successfully, but these errors were encountered: