summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
diff options
context:
space:
mode:
authorchux0519 <chuxdesign@hotmail.com>2018-11-04 00:04:57 -0400
committerRefael Ackermann <refack@gmail.com>2018-11-07 18:43:41 -0500
commit5c596222433166a7c0274251cca1e55f3bf9560f (patch)
tree0e72a784980822ccace4ab529b9f012c930437c4 /doc/api/crypto.md
parent12c0fd4c9a0946dc821029738b80fd1998064125 (diff)
downloadandroid-node-v8-5c596222433166a7c0274251cca1e55f3bf9560f.tar.gz
android-node-v8-5c596222433166a7c0274251cca1e55f3bf9560f.tar.bz2
android-node-v8-5c596222433166a7c0274251cca1e55f3bf9560f.zip
crypto: add support for chacha20-poly1305 for AEAD
openSSL supports AEAD_CHACHA20_POLY1305(rfc7539) since 1.1. PR-URL: https://github.com/nodejs/node/pull/24081 Fixes: https://github.com/nodejs/node/issues/24080 Refs: https://tools.ietf.org/html/rfc7539 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index d12eb6d136..81706157e6 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1382,6 +1382,9 @@ Adversaries][] for details.
<!-- YAML
added: v0.1.94
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/24081
+ description: The cipher `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.
@@ -1468,6 +1471,9 @@ to create the `Decipher` object.
<!-- YAML
added: v0.1.94
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/24081
+ description: The cipher `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.