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 danielleadams committed Apr 24, 2022
1 parent e3bced1 commit 682248c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/api/crypto.md
Expand Up @@ -2995,7 +2995,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 @@ -3095,7 +3096,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 682248c

Please sign in to comment.