diff options
| author | Levente Kurusa <lkurusa@kernelstuff.org> | 2023-05-15 19:41:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 19:41:53 +0200 |
| commit | 3356173d00486ffda99f3907de97489ac79c70dd (patch) | |
| tree | a5a027bb846011ecd055386dda66a6c69979d920 /cli/tests/node_compat/config.jsonc | |
| parent | bfe93c6e814b5ba27e9bd356359910ff3c3f49bd (diff) | |
feat(node/crypto): Diffie Hellman Support (#18943)
Support crypto.DiffieHellman class in ext/node/crypto
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
| -rw-r--r-- | cli/tests/node_compat/config.jsonc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc index 2146daf92..8631efcad 100644 --- a/cli/tests/node_compat/config.jsonc +++ b/cli/tests/node_compat/config.jsonc @@ -45,6 +45,7 @@ "test-child-process-stdout-flush-exit.js", "test-child-process-stdout-flush.js", "test-console-instance.js", + "test-crypto-dh.js", "test-crypto-hkdf.js", "test-crypto-hmac.js", "test-crypto-prime.js", @@ -239,6 +240,7 @@ "test-console-sync-write-error.js", "test-console-table.js", "test-console-tty-colors.js", + "test-crypto-dh.js", "test-crypto-hkdf.js", "test-crypto-hmac.js", "test-crypto-prime.js", |
