From 85107bdd66af735c5c0f03310ab6167c44cb4432 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 11 Aug 2022 11:52:41 +0200 Subject: crypto: allow zero-length secret KeyObject MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/44201 Reviewed-By: James M Snell Reviewed-By: Tobias Nießen --- doc/api/crypto.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api/crypto.md') diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 794ea985e10..ba29b669049 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -3539,6 +3539,9 @@ and it will be impossible to extract the private key from the returned object.