We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
≥ 15.0.0
Any
crypto
node -p "crypto.generateKeyPairSync('rsa-pss', { modulusLength: 2048 }).publicKey.export({ format: 'pem', type: 'spki' })" | openssl asn1parse
Always.
0:d=0 hl=4 l= 288 cons: SEQUENCE 4:d=1 hl=2 l= 11 cons: SEQUENCE 6:d=2 hl=2 l= 9 prim: OBJECT :rsassaPss 17:d=1 hl=4 l= 271 prim: BIT STRING
0:d=0 hl=4 l= 295 cons: SEQUENCE 4:d=1 hl=2 l= 18 cons: SEQUENCE 6:d=2 hl=2 l= 9 prim: OBJECT :rsassaPss 17:d=2 hl=2 l= 5 cons: SEQUENCE 19:d=3 hl=2 l= 3 cons: cont [ 2 ] 21:d=4 hl=2 l= 1 prim: INTEGER :00 24:d=1 hl=4 l= 271 prim: BIT STRING
Likely caused by #35093.
The text was updated successfully, but these errors were encountered:
crypto: fix regression in RSA-PSS keygen
6ecd7fe
Fixes: nodejs#39936 Refs: nodejs#35093
73d5f8a
936dbda
Fixes: #39936 Refs: #35093 PR-URL: #39937 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: James M Snell <[email protected]>
5851994
Successfully merging a pull request may close this issue.
Version
≥ 15.0.0
Platform
Any
Subsystem
crypto
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior?
What do you see instead?
Additional information
Likely caused by #35093.
The text was updated successfully, but these errors were encountered: