Skip to content

Commit 3f77664

Browse files
committed
fixup! crypto: support JWK objects in create*Key
1 parent be7561d commit 3f77664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/crypto.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ input.on('readable', () => {
24412441
added: v11.6.0
24422442
changes:
24432443
- version: REPLACEME
2444-
pr-url: TODO
2444+
pr-url: https://github.com/nodejs/node/pull/37254
24452445
description: The key can also be a JWK object.
24462446
- version: v15.0.0
24472447
pr-url: https://github.com/nodejs/node/pull/35093
@@ -2474,7 +2474,7 @@ of the passphrase is limited to 1024 bytes.
24742474
added: v11.6.0
24752475
changes:
24762476
- version: REPLACEME
2477-
pr-url: TODO
2477+
pr-url: https://github.com/nodejs/node/pull/37254
24782478
description: The key can also be a JWK object.
24792479
- version: v15.0.0
24802480
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.
25212521
added: v11.6.0
25222522
changes:
25232523
- version: REPLACEME
2524-
pr-url: TODO
2524+
pr-url: https://github.com/nodejs/node/pull/37254
25252525
description: The key can also be a JWK object.
25262526
- version: v15.0.0
25272527
pr-url: https://github.com/nodejs/node/pull/35093

0 commit comments

Comments
 (0)