FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

crypto: handle unsupported AES ciphers in webcrypto by panva · Pull Request #45321 · nodejs/node · GitHub

/ node Public

crypto: handle unsupported AES ciphers in webcrypto - #45321

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
panva:webcrypto-fix-unsupported-cipher-exit
Nov 7, 2022
Merged

crypto: handle unsupported AES ciphers in webcrypto#45321
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
panva:webcrypto-fix-unsupported-cipher-exit

Conversation

panva commented Nov 4, 2022
edited
Loading

Copy link
Copy Markdown
Member

This fixes Electron's exit (and other runtimes that embed Node.js?) caused by missing ciphers due to use of BoringSSL.

Refs: electron/electron#36256

panva added crypto Issues and PRs related to the crypto subsystem. webcrypto labels Nov 4, 2022
panva requested a review from jasnell November 4, 2022 23:34

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/crypto

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Nov 4, 2022
panva added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 4, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 4, 2022

This comment was marked as outdated.

Copy link
Copy Markdown
Collaborator

panva added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Nov 5, 2022
panva added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 7, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 7, 2022
nodejs-github-bot merged commit 0d7a139 into nodejs:main Nov 7, 2022

Copy link
Copy Markdown
Collaborator

Landed in 0d7a139

panva deleted the webcrypto-fix-unsupported-cipher-exit branch November 7, 2022 06:54
RafaelGSS pushed a commit that referenced this pull request Nov 10, 2022
Refs: electron/electron#36256
PR-URL: #45321
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
RafaelGSS mentioned this pull request Nov 10, 2022
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
Refs: electron/electron#36256
PR-URL: #45321
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
Refs: electron/electron#36256
PR-URL: #45321
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. webcrypto

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL