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:
authorJuan José Arboleda <soyjuanarbol@gmail.com>2022-04-06 20:58:58 +0300
committerJuan José Arboleda <soyjuanarbol@gmail.com>2022-04-08 01:42:55 +0300
commit3c752648d4ef5510f89df798d05a2e098c5ad562 (patch)
tree342cfa8b6976915e380afd3a8ee5f0bc117a91d5 /doc/api/crypto.md
parent28d8614add51b7cc48cea7cf4c4094231b005237 (diff)
2022-04-07, Version 17.9.0 (Current)
Notable Changes: * (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) https://github.com/nodejs/node/pull/42427 * deps: update undici to 4.16.0 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/42414 * doc: add @meixg to collaborators (Xuguang Mei) https://github.com/nodejs/node/pull/42576 PR-URL: https://github.com/nodejs/node/pull/42613
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 2de0fb82347..3a000b13612 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2962,7 +2962,7 @@ Checks the primality of the `candidate`.
added: v0.1.94
deprecated: v10.0.0
changes:
- - version: REPLACEME
+ - version: v17.9.0
pr-url: https://github.com/nodejs/node/pull/42427
description: The `authTagLength` option is now optional when using the
`chacha20-poly1305` cipher and defaults to 16 bytes.
@@ -3026,7 +3026,7 @@ Adversaries][] for details.
<!-- YAML
added: v0.1.94
changes:
- - version: REPLACEME
+ - version: v17.9.0
pr-url: https://github.com/nodejs/node/pull/42427
description: The `authTagLength` option is now optional when using the
`chacha20-poly1305` cipher and defaults to 16 bytes.
@@ -3099,7 +3099,7 @@ given IV will be.
added: v0.1.94
deprecated: v10.0.0
changes:
- - version: REPLACEME
+ - version: v17.9.0
pr-url: https://github.com/nodejs/node/pull/42427
description: The `authTagLength` option is now optional when using the
`chacha20-poly1305` cipher and defaults to 16 bytes.
@@ -3141,7 +3141,7 @@ to create the `Decipher` object.
<!-- YAML
added: v0.1.94
changes:
- - version: REPLACEME
+ - version: v17.9.0
pr-url: https://github.com/nodejs/node/pull/42427
description: The `authTagLength` option is now optional when using the
`chacha20-poly1305` cipher and defaults to 16 bytes.