From 9f85585b13faf9059da9760a77c3c75929da5860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 29 Dec 2019 15:52:01 +0100 Subject: [PATCH] crypto: add key type 'dh' The new key type 'dh' corresponds to EVP_PKEY_DH. PR-URL: https://github.com/nodejs/node/pull/31178 Reviewed-By: Sam Roberts --- doc/api/crypto.md | 4 ++++ src/env.h | 1 + src/node_crypto.cc | 2 ++ 3 files changed, 7 insertions(+) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 2b1c472835ca92..14c80bf8d39448 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1232,6 +1232,9 @@ passing keys as strings or `Buffer`s due to improved security features.