Skip to content

Commit

Permalink
doc: add that chacha20-poly1305 is IETF version
Browse files Browse the repository at this point in the history
PR-URL: #42370
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
tniessen authored and bengl committed Mar 21, 2022
1 parent 04a7c00 commit 88d3401
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/api/crypto.md
Expand Up @@ -2991,7 +2991,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.
Expand Down Expand Up @@ -3091,7 +3092,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.
Expand Down

0 comments on commit 88d3401

Please sign in to comment.