Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 930ca11c04c..8e0e37e5fed 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2090,7 +2090,9 @@ PKCS#1 and SEC1 encryption.
### `keyObject.equals(otherKeyObject)`
<!-- YAML
-added: v17.7.0
+added:
+ - v17.7.0
+ - v16.15.0
-->
* `otherKeyObject`: {KeyObject} A `KeyObject` with which to
@@ -2503,7 +2505,9 @@ changes:
description: The `wildcards`, `partialWildcards`, `multiLabelWildcards`, and
`singleLabelSubdomains` options have been removed since they
had no effect.
- - version: v17.5.0
+ - version:
+ - v17.5.0
+ - v16.15.0
pr-url: https://github.com/nodejs/node/pull/41569
description: The subject option can now be set to `'default'`.
-->
@@ -2536,7 +2540,9 @@ changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41600
description: The subject option now defaults to `'default'`.
- - version: v17.5.0
+ - version:
+ - v17.5.0
+ - v16.15.0
pr-url: https://github.com/nodejs/node/pull/41569
description: The subject option can now be set to `'default'`.
-->