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:
authorTobias Nießen <tniessen@tnie.de>2022-03-19 03:11:04 +0300
committerGitHub <noreply@github.com>2022-03-19 03:11:04 +0300
commitfff95aeea944e62f9da0866729abc1b2736e0a9a (patch)
tree837209e109d0872cdee6398493dc3c2153b9f83a /doc/api/crypto.md
parentcc64c93e156556dffdf2775295a77b97809cfaa2 (diff)
doc: add that chacha20-poly1305 is IETF version
PR-URL: https://github.com/nodejs/node/pull/42370 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 09e1315e82b..2560faec71a 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -3013,7 +3013,8 @@ changes:
- v11.2.0
- v10.17.0
pr-url: https://github.com/nodejs/node/pull/24081
- description: The cipher `chacha20-poly1305` is now supported.
+ description: The cipher `chacha20-poly1305` (the IETF variant of
+ ChaCha20-Poly1305) is now supported.
- version: v10.10.0
pr-url: https://github.com/nodejs/node/pull/21447
description: Ciphers in OCB mode are now supported.
@@ -3113,7 +3114,8 @@ changes:
- v11.2.0
- v10.17.0
pr-url: https://github.com/nodejs/node/pull/24081
- description: The cipher `chacha20-poly1305` is now supported.
+ description: The cipher `chacha20-poly1305` (the IETF variant of
+ ChaCha20-Poly1305) is now supported.
- version: v10.10.0
pr-url: https://github.com/nodejs/node/pull/21447
description: Ciphers in OCB mode are now supported.