Skip to content

src,crypto: remove AllocatedBuffers from crypto_spkac - #40752

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
RaisinTen:src,crypto/remove-AllocatedBuffers-from-crypto_spkac
Nov 13, 2021
Merged

src,crypto: remove AllocatedBuffers from crypto_spkac#40752
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
RaisinTen:src,crypto/remove-AllocatedBuffers-from-crypto_spkac

Conversation

@RaisinTen

Copy link
Copy Markdown
Member

Signed-off-by: Darshan Sen darshan.sen@postman.com

Signed-off-by: Darshan Sen <darshan.sen@postman.com>
@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Nov 7, 2021
@nodejs-github-bot

This comment has been minimized.

@RaisinTenRaisinTen added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed needs-ci PRs that need a full CI run. labels Nov 7, 2021
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RaisinTenRaisinTen added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 13, 2021
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 13, 2021
@nodejs-github-bot
nodejs-github-bot merged commit 3e5a5e8 into nodejs:masterNov 13, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 3e5a5e8

targos pushed a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Darshan Sen <darshan.sen@postman.com>
PR-URL: #40752
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
@targostargos mentioned this pull request Nov 26, 2021
danielleadams pushed a commit that referenced this pull request Jan 30, 2022
Signed-off-by: Darshan Sen <darshan.sen@postman.com>
PR-URL: #40752
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
Signed-off-by: Darshan Sen <darshan.sen@postman.com>
PR-URL: #40752
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
@danielleadamsdanielleadams mentioned this pull request Feb 1, 2022
codebytere added a commit to electron/electron that referenced this pull request Oct 12, 2022
codebytere added a commit to electron/electron that referenced this pull request Oct 17, 2022
codebytere added a commit to electron/electron that referenced this pull request Oct 19, 2022
codebytere added a commit to electron/electron that referenced this pull request Oct 19, 2022
codebytere added a commit to electron/electron that referenced this pull request Oct 24, 2022
codebytere added a commit to electron/electron that referenced this pull request Nov 8, 2022
codebytere added a commit to electron/electron that referenced this pull request Nov 8, 2022
codebytere added a commit to electron/electron that referenced this pull request Nov 10, 2022
* chore: update to Node.js v18
* child_process: improve argument validation
nodejs/node#41305
* bootstrap: support configure-time user-land snapshot
nodejs/node#42466
* chore: update GN patch
* src: disambiguate terms used to refer to builtins and addons
nodejs/node#44135
* src: use a typed array internally for process._exiting
nodejs/node#43883
* chore: lib/internal/bootstrap -> lib/internal/process
* src: disambiguate terms used to refer to builtins and addons
nodejs/node#44135
* chore: remove redudant browserGlobals patch
* chore: update BoringSSL patch
* src: allow embedder-provided PageAllocator in NodePlatform
nodejs/node#38362
* chore: fixup Node.js crypto tests
- nodejs/node#44171
- nodejs/node#41600
* lib: add Promise methods to avoid-prototype-pollution lint rule
nodejs/node#43849
* deps: update V8 to 10.1
nodejs/node#42657
* src: add kNoBrowserGlobals flag for Environment
nodejs/node#40532
* chore: consolidate asar initialization patches
* deps: update V8 to 10.1
nodejs/node#42657
* deps: update V8 to 9.8
nodejs/node#41610
* src,crypto: remove AllocatedBuffers from crypto_spkac
nodejs/node#40752
* build: enable V8's shared read-only heap
nodejs/node#42809
* src: fix ssize_t error from nghttp2.h
nodejs/node#44393
* chore: fixup ESM patch
* chore: fixup patch indices
* src: merge NativeModuleEnv into NativeModuleLoader
nodejs/node#43824
* [API] Pass OOMDetails to OOMErrorCallback
https://chromium-review.googlesource.com/c/v8/v8/+/3647827
* src: iwyu in cleanup_queue.cc
* src: return Maybe from a couple of functions
nodejs/node#39603
* src: clean up embedder API
nodejs/node#35897
* src: refactor DH groups to delete crypto_groups.h
nodejs/node#43896
* deps,src: use SIMD for normal base64 encoding
nodejs/node#39775
* chore: remove deleted source file
* chore: update patches
* chore: remove deleted source file
* lib: add fetch
nodejs/node#41749
* chore: remove nonexistent node specs
* test: split report OOM tests
nodejs/node#44389
* src: trace fs async api
nodejs/node#44057
* http: trace http request / response
nodejs/node#44102
* test: split test-crypto-dh.js
nodejs/node#40451
* crypto: introduce X509Certificate API
nodejs/node#36804
* src: split property helpers from node::Environment
nodejs/node#44056
* nodejs/node#38905
bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob
* lib,src: implement WebAssembly Web API
nodejs/node#42701
* fixup! deps,src: use SIMD for normal base64 encoding
* fixup! src: refactor DH groups to delete crypto_groups.h
* chore: fixup base64 GN file
* fix: check that node::InitializeContext() returns true
* chore: delete _noBrowserGlobals usage
* chore: disable fetch in renderer procceses
* dns: default to verbatim=true in dns.lookup()
nodejs/node#39987
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
* chore: update to Node.js v18
* child_process: improve argument validation
nodejs/node#41305
* bootstrap: support configure-time user-land snapshot
nodejs/node#42466
* chore: update GN patch
* src: disambiguate terms used to refer to builtins and addons
nodejs/node#44135
* src: use a typed array internally for process._exiting
nodejs/node#43883
* chore: lib/internal/bootstrap -> lib/internal/process
* src: disambiguate terms used to refer to builtins and addons
nodejs/node#44135
* chore: remove redudant browserGlobals patch
* chore: update BoringSSL patch
* src: allow embedder-provided PageAllocator in NodePlatform
nodejs/node#38362
* chore: fixup Node.js crypto tests
- nodejs/node#44171
- nodejs/node#41600
* lib: add Promise methods to avoid-prototype-pollution lint rule
nodejs/node#43849
* deps: update V8 to 10.1
nodejs/node#42657
* src: add kNoBrowserGlobals flag for Environment
nodejs/node#40532
* chore: consolidate asar initialization patches
* deps: update V8 to 10.1
nodejs/node#42657
* deps: update V8 to 9.8
nodejs/node#41610
* src,crypto: remove AllocatedBuffers from crypto_spkac
nodejs/node#40752
* build: enable V8's shared read-only heap
nodejs/node#42809
* src: fix ssize_t error from nghttp2.h
nodejs/node#44393
* chore: fixup ESM patch
* chore: fixup patch indices
* src: merge NativeModuleEnv into NativeModuleLoader
nodejs/node#43824
* [API] Pass OOMDetails to OOMErrorCallback
https://chromium-review.googlesource.com/c/v8/v8/+/3647827
* src: iwyu in cleanup_queue.cc
* src: return Maybe from a couple of functions
nodejs/node#39603
* src: clean up embedder API
nodejs/node#35897
* src: refactor DH groups to delete crypto_groups.h
nodejs/node#43896
* deps,src: use SIMD for normal base64 encoding
nodejs/node#39775
* chore: remove deleted source file
* chore: update patches
* chore: remove deleted source file
* lib: add fetch
nodejs/node#41749
* chore: remove nonexistent node specs
* test: split report OOM tests
nodejs/node#44389
* src: trace fs async api
nodejs/node#44057
* http: trace http request / response
nodejs/node#44102
* test: split test-crypto-dh.js
nodejs/node#40451
* crypto: introduce X509Certificate API
nodejs/node#36804
* src: split property helpers from node::Environment
nodejs/node#44056
* nodejs/node#38905
bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob
* lib,src: implement WebAssembly Web API
nodejs/node#42701
* fixup! deps,src: use SIMD for normal base64 encoding
* fixup! src: refactor DH groups to delete crypto_groups.h
* chore: fixup base64 GN file
* fix: check that node::InitializeContext() returns true
* chore: delete _noBrowserGlobals usage
* chore: disable fetch in renderer procceses
* dns: default to verbatim=true in dns.lookup()
nodejs/node#39987
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
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.c++Issues and PRs that require attention from people who are familiar with C++.lib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@RaisinTen@nodejs-github-bot@addaleax@tniessen@JungMinu