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/webcrypto.md')
-rw-r--r--doc/api/webcrypto.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index aae1270e400..2188edd8523 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -2,22 +2,22 @@
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/43310
description: Removed proprietary `'node.keyObject'` import/export format.
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/43310
description: Removed proprietary `'NODE-DSA'`, `'NODE-DH'`,
and `'NODE-SCRYPT'` algorithms.
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
algorithms.
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Removed proprietary `'NODE-ED25519'` and `'NODE-ED448'`
algorithms.
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Removed proprietary `'NODE-X25519'` and `'NODE-X448'` named
curves from the `'ECDH'` algorithm.
@@ -553,7 +553,7 @@ The algorithms currently supported include:
<!-- YAML
added: v15.0.0
changes:
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Added `'X25519'`, and `'X448'` algorithms.
-->
@@ -584,7 +584,7 @@ The algorithms currently supported include:
<!-- YAML
added: v15.0.0
changes:
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Added `'X25519'`, and `'X448'` algorithms.
-->
@@ -666,7 +666,7 @@ The algorithms currently supported include:
<!-- YAML
added: v15.0.0
changes:
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
algorithms.
@@ -754,7 +754,7 @@ The {CryptoKey} (secret key) generating algorithms supported include:
<!-- YAML
added: v15.0.0
changes:
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
algorithms.
@@ -809,7 +809,7 @@ The algorithms currently supported include:
<!-- YAML
added: v15.0.0
changes:
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Added `'Ed25519'`, and `'Ed448'` algorithms.
-->
@@ -893,7 +893,7 @@ The unwrapped key algorithms supported include:
<!-- YAML
added: v15.0.0
changes:
- - version: REPLACEME
+ - version: v16.17.0
pr-url: https://github.com/nodejs/node/pull/42507
description: Added `'Ed25519'`, and `'Ed448'` algorithms.
-->
@@ -965,13 +965,13 @@ are simple JavaScript dictionary objects.
### Class: `AlgorithmIdentifier`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
#### `algorithmIdentifier.name`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
* Type: {string}
@@ -1228,7 +1228,7 @@ added: v15.0.0
#### `ed448Params.name`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
* Type: {string} Must be `'Ed448'`.
@@ -1236,7 +1236,7 @@ added: REPLACEME
#### `ed448Params.context`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}