Skip to content

crypto: fix key requirements in asymmetric cipher - #30249

Closed
tniessen wants to merge 2 commits into
nodejs:masterfrom
tniessen:crypto-fix-publicdecrypt
Closed

crypto: fix key requirements in asymmetric cipher#30249
tniessen wants to merge 2 commits into
nodejs:masterfrom
tniessen:crypto-fix-publicdecrypt

Conversation

@tniessen

Copy link
Copy Markdown
Member

Fixes: #30237

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@tniessentniessen added the crypto Issues and PRs related to the crypto subsystem. label Nov 4, 2019
@nodejs-github-bot

This comment has been minimized.

Comment threadtest/parallel/test-crypto-key-objects.js Outdated
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

tniessen added a commit that referenced this pull request Nov 13, 2019
PR-URL: #30249Fixes: #30237
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@tniessen

Copy link
Copy Markdown
MemberAuthor

Landed in 78dbe74, thanks for reviewing!

MylesBorins pushed a commit that referenced this pull request Nov 17, 2019
PR-URL: #30249Fixes: #30237
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeARBridgeAR mentioned this pull request Nov 19, 2019
targos pushed a commit that referenced this pull request Dec 1, 2019
PR-URL: #30249Fixes: #30237
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Dec 9, 2019
BethGriggs added a commit that referenced this pull request Dec 9, 2019
Notable changes:
- crypto: fix key requirements in asymmetric cipher (Tobias Nießen)
#30249
- deps:
- update llhttp to 2.0.1 (Fedor Indutny)
#30553
- upgrade npm to 6.13.1 (claudiahdz)
#30533
- update nghttp2 to 1.40.0 (gengjiawen)
#30493
- v8: mark serdes API as stable (Anna Henningsen)
#30234
PR-URL: #30865
MylesBorins pushed a commit that referenced this pull request Dec 17, 2019
PR-URL: #30249Fixes: #30237
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Dec 23, 2019
BethGriggs added a commit that referenced this pull request Dec 23, 2019
Notable changes:
- crypto: fix key requirements in asymmetric cipher (Tobias Nießen)
#30249
- deps:
- update llhttp to 2.0.1 (Fedor Indutny)
#30553
- update nghttp2 to 1.40.0 (gengjiawen)
#30493
- v8: mark serdes API as stable (Anna Henningsen)
#30234
PR-URL: #31069
BethGriggs added a commit that referenced this pull request Dec 27, 2019
Notable changes:
- crypto: fix key requirements in asymmetric cipher (Tobias Nießen)
#30249
- deps:
- update llhttp to 2.0.1 (Fedor Indutny)
#30553
- update nghttp2 to 1.40.0 (gengjiawen)
#30493
- v8: mark serdes API as stable (Anna Henningsen)
#30234
PR-URL: #31069
BethGriggs added a commit that referenced this pull request Dec 31, 2019
Notable changes:
- crypto: fix key requirements in asymmetric cipher (Tobias Nießen)
#30249
- deps:
- update llhttp to 2.0.1 (Fedor Indutny)
#30553
- update nghttp2 to 1.40.0 (gengjiawen)
#30493
- v8: mark serdes API as stable (Anna Henningsen)
#30234
PR-URL: #31069
BethGriggs added a commit that referenced this pull request Jan 7, 2020
Notable changes:
- crypto: fix key requirements in asymmetric cipher (Tobias Nießen)
#30249
- deps:
- update llhttp to 2.0.1 (Fedor Indutny)
#30553
- update nghttp2 to 1.40.0 (gengjiawen)
#30493
- v8: mark serdes API as stable (Anna Henningsen)
#30234
PR-URL: #31069
@tniessen
tniessen deleted the crypto-fix-publicdecrypt branch January 23, 2020 03:49

@sda3211sda3211 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cryptoIssues and PRs related to the crypto subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crypto.publicDecrypt doesn't seem to work

7 participants

@tniessen@nodejs-github-bot@bnoordhuis@jasnell@cjihrig@BridgeAR@sda3211