Skip to content

crypto: fix passing TypedArray to webcrypto AES methods - #36087

Closed
aduh95 wants to merge 1 commit into
nodejs:masterfrom
aduh95:fix-webcrypto-aes
Closed

crypto: fix passing TypedArray to webcrypto AES methods#36087
aduh95 wants to merge 1 commit into
nodejs:masterfrom
aduh95:fix-webcrypto-aes

Conversation

@aduh95

Copy link
Copy Markdown
Contributor

Refs: https://www.w3.org/TR/WebCryptoAPI/#subtlecrypto-interface
Fixes: #36083

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

/cc @panva

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/crypto

@nodejs-github-botnodejs-github-bot added the crypto Issues and PRs related to the crypto subsystem. label Nov 11, 2020
@aduh95aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 11, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 11, 2020
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 11, 2020
@aduh95

Copy link
Copy Markdown
ContributorAuthor

Adding the dont-land labels because I believe that's webcrypto specific, so v15 only.

@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 13, 2020
@github-actionsgithub-actionsBot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 13, 2020
@github-actions

Copy link
Copy Markdown
Contributor

Landed in e174afe...28f31bd

nodejs-github-bot pushed a commit that referenced this pull request Nov 13, 2020
Refs: https://www.w3.org/TR/WebCryptoAPI/#subtlecrypto-interfaceFixes: #36083
PR-URL: #36087
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@aduh95
aduh95 deleted the fix-webcrypto-aes branch November 14, 2020 10:32
codebytere pushed a commit that referenced this pull request Nov 22, 2020
Refs: https://www.w3.org/TR/WebCryptoAPI/#subtlecrypto-interfaceFixes: #36083
PR-URL: #36087
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@codebyterecodebytere mentioned this pull request Nov 22, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.cryptoIssues and PRs related to the crypto subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crypto: use of more primordials broke webcrypto's aes decrypt

7 participants

@aduh95@nodejs-github-bot@panva@jasnell@Trott@lpinca@tniessen