node/test/addons
Tim Perry 2263b4d6f1
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-23 11:27:22 +00:00
..
async-cleanup-hook
async-hello-world
async-hooks-id
async-resource test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
buffer-free-callback
callback-scope test: enforce better never-settling-promise detection 2025-12-10 23:55:36 +00:00
cppgc-object test: prefer major GC in cppgc-object teardown 2025-11-24 16:20:18 +00:00
dlopen-ping-pong
errno-exception
esm
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
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
make-callback-domain-warning
make-callback-recurse test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
new-isolate-addon
new-target
no-addons test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
node-module-version
non-node-context
not-a-binding
null-buffer-neuter test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
openssl-binding
openssl-client-cert-engine
openssl-get-ssl-ctx crypto: add crypto::GetSSLCtx API for addon access to OpenSSL contexts 2026-03-23 11:27:22 +00:00
openssl-key-engine
openssl-providers test: forbid use of named imports for fixtures 2026-01-01 23:48:26 +00:00
openssl-test-engine
parse-encoding
register-signal-handler
repl-domain-abort
report-api
report-fatalerror
request-interrupt
stringbytes-external-exceed-max
symlinked-module test: ensure assertions are reachable in test/addons 2025-10-25 20:44:28 +02:00
uv-handle-leak
uv-thread-name src: use node- prefix on thread names 2026-01-13 16:57:11 +00:00
worker-addon
worker-buffer-callback
zlib-binding
.gitignore
addons.status crypto: add crypto::GetSSLCtx API for addon access to OpenSSL contexts 2026-03-23 11:27:22 +00:00
common.gypi
testcfg.py