From 3356173d00486ffda99f3907de97489ac79c70dd Mon Sep 17 00:00:00 2001 From: Levente Kurusa Date: Mon, 15 May 2023 19:41:53 +0200 Subject: feat(node/crypto): Diffie Hellman Support (#18943) Support crypto.DiffieHellman class in ext/node/crypto --- cli/tests/node_compat/config.jsonc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests/node_compat/config.jsonc') 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", -- cgit v1.2.3