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