node/test/addons
Tim Perry 3009980d9d
crypto: add crypto::GetSSLCtx API for addon access to OpenSSL contexts
This intended to replace usage of the unsupported _external field,
offering an official API for native addons to access OpenSSL directly
while reducing the JS API and internal field exposure.

PR-URL: https://github.com/nodejs/node/pull/62254
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2026-03-30 17:20:27 +02:00
..
async-cleanup-hook doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
async-hello-world
async-hooks-id src: add ExecutionAsyncId getter for any Context 2025-04-17 18:00:05 +00:00
async-resource test: ensure assertions are reachable in test/addons 2025-10-26 22:29:37 +01:00
buffer-free-callback
callback-scope test: enforce better never-settling-promise detection 2026-01-20 14:26:59 +01:00
cppgc-object test: prefer major GC in cppgc-object teardown 2026-01-13 10:04:26 -03:00
dlopen-ping-pong
errno-exception
esm deps: patch V8 to support compilation with MSVC 2025-05-02 15:10:33 +02:00
esm-export-default test,win: split addon tests 2025-10-04 18:48:46 +02:00
esm-export-primitive test,win: split addon tests 2025-10-04 18:48:46 +02:00
force-context-aware
heap-profiler doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
hello-world test,win: split addon tests 2025-10-04 18:48:46 +02:00
hello-world-2 test,win: split addon tests 2025-10-04 18:48:46 +02:00
hello-world-function-export
load-long-path
make-callback src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> 2025-05-31 18:58:07 +00:00
make-callback-domain-warning
make-callback-recurse test: ensure assertions are reachable in test/addons 2025-10-26 22:29:37 +01:00
new-isolate-addon
new-target doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
no-addons test: ensure assertions are reachable in test/addons 2025-10-26 22:29:37 +01:00
node-module-version
non-node-context test: fix typos 2024-09-28 13:58:55 +00:00
not-a-binding
null-buffer-neuter test: ensure assertions are reachable in test/addons 2025-10-26 22:29:37 +01:00
openssl-binding doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
openssl-client-cert-engine
openssl-get-ssl-ctx crypto: add crypto::GetSSLCtx API for addon access to OpenSSL contexts 2026-03-30 17:20:27 +02:00
openssl-key-engine
openssl-providers test: forbid use of named imports for fixtures 2026-01-20 14:34:53 +01:00
openssl-test-engine test: fix test when compiled without engine support 2024-06-02 18:12:23 +00:00
parse-encoding
register-signal-handler
repl-domain-abort test: fix addons and node-api test assumptions 2024-10-22 07:49:19 +00:00
report-api
report-fatalerror test: expand linting rules around assert w literal messages 2025-07-23 16:28:06 +00:00
request-interrupt
stringbytes-external-exceed-max
symlinked-module test: ensure assertions are reachable in test/addons 2025-10-26 22:29:37 +01:00
uv-handle-leak
uv-thread-name src: use node- prefix on thread names 2026-01-20 14:35:57 +01:00
worker-addon doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
worker-buffer-callback doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
zlib-binding doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
.gitignore esm: add experimental support for addon modules 2024-12-20 11:59:08 +00:00
addons.status crypto: add crypto::GetSSLCtx API for addon access to OpenSSL contexts 2026-03-30 17:20:27 +02:00
common.gypi
testcfg.py