From 4faf71b4742b7e837b3aafef4a72da9f9d6d94a2 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Mon, 12 Oct 2020 12:38:29 +0200 Subject: [PATCH] doc,crypto: added sign/verify method changes about dsaEncoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/35480 Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Tobias Nießen --- doc/api/crypto.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 880d27ba1b7a59..321d563bf81b50 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1409,6 +1409,11 @@ console.log(verify.verify(publicKey, signature)); * `algorithm` {string | null | undefined} @@ -3047,6 +3063,12 @@ not introduce timing vulnerabilities. ### `crypto.verify(algorithm, data, key, signature)` * `algorithm` {string | null | undefined}