From 42b091a0ad8225933726ef8d713b33b045031b97 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 7 Feb 2021 08:35:19 +0100 Subject: [PATCH] fixup! crypto: support JWK objects in create*Key --- doc/api/crypto.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 42c30a514b1989..0aac04b9024ad3 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2441,7 +2441,7 @@ input.on('readable', () => { added: v11.6.0 changes: - version: REPLACEME - pr-url: TODO + pr-url: https://github.com/nodejs/node/pull/37254 description: The key can also be a JWK object. - version: v15.0.0 pr-url: https://github.com/nodejs/node/pull/35093 @@ -2474,7 +2474,7 @@ of the passphrase is limited to 1024 bytes. added: v11.6.0 changes: - version: REPLACEME - pr-url: TODO + pr-url: https://github.com/nodejs/node/pull/37254 description: The key can also be a JWK object. - version: v15.0.0 pr-url: https://github.com/nodejs/node/pull/35093 @@ -2521,7 +2521,7 @@ and it will be impossible to extract the private key from the returned object. added: v11.6.0 changes: - version: REPLACEME - pr-url: TODO + pr-url: https://github.com/nodejs/node/pull/37254 description: The key can also be a JWK object. - version: v15.0.0 pr-url: https://github.com/nodejs/node/pull/35093