Skip to content

Commit

Permalink
fixup! crypto: support JWK objects in create*Key
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 8, 2021
1 parent be7561d commit 42b091a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42b091a

Please sign in to comment.