Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88d3401

Browse filesBrowse files
tniessenbengl
authored andcommitted
doc: add that chacha20-poly1305 is IETF version
PR-URL: #42370 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 04a7c00 commit 88d3401
Copy full SHA for 88d3401

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+4-2Lines changed: 4 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,8 @@ changes:
29912991
- v11.2.0
29922992
- v10.17.0
29932993
pr-url: https://github.com/nodejs/node/pull/24081
2994-
description: The cipher `chacha20-poly1305` is now supported.
2994+
description: The cipher `chacha20-poly1305` (the IETF variant of
2995+
ChaCha20-Poly1305) is now supported.
29952996
- version: v10.10.0
29962997
pr-url: https://github.com/nodejs/node/pull/21447
29972998
description: Ciphers in OCB mode are now supported.
@@ -3091,7 +3092,8 @@ changes:
30913092
- v11.2.0
30923093
- v10.17.0
30933094
pr-url: https://github.com/nodejs/node/pull/24081
3094-
description: The cipher `chacha20-poly1305` is now supported.
3095+
description: The cipher `chacha20-poly1305` (the IETF variant of
3096+
ChaCha20-Poly1305) is now supported.
30953097
- version: v10.10.0
30963098
pr-url: https://github.com/nodejs/node/pull/21447
30973099
description: Ciphers in OCB mode are now supported.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.