summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-06 04:06:09 -0700
committerRich Trott <rtrott@gmail.com>2019-06-08 18:53:37 -0700
commitc046011388f509b5c3d94804796248d4dcb64cfc (patch)
tree0dce1591fed2ae4f4e1294793b560623a173092e /doc
parentd71f05c03db0e94ecde8c0e92fe7696e00e32436 (diff)
downloadandroid-node-v8-c046011388f509b5c3d94804796248d4dcb64cfc.tar.gz
android-node-v8-c046011388f509b5c3d94804796248d4dcb64cfc.tar.bz2
android-node-v8-c046011388f509b5c3d94804796248d4dcb64cfc.zip
doc: improve DEP0090 text
Edit text for "DEP0090: Invalid GCM authentication tag lengths" for clarity and branding. Invalid langths are "invalid" rather than "considered invalid". Refer to "Node.js v11.0.0" rather than "node v11.0.0". PR-URL: https://github.com/nodejs/node/pull/28097 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 7f4273f82a..60ca92a841 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1809,10 +1809,10 @@ changes:
Type: End-of-Life
Node.js used to support all GCM authentication tag lengths which are accepted by
-OpenSSL when calling [`decipher.setAuthTag()`][]. Beginning with node v11.0.0,
-only authentication tag lengths of 128, 120, 112, 104, 96, 64, and 32 bits are
-allowed. Authentication tags whose length is not included in this list are
-considered invalid in compliance with [NIST SP 800-38D][].
+OpenSSL when calling [`decipher.setAuthTag()`][]. Beginning with Node.js
+v11.0.0, only authentication tag lengths of 128, 120, 112, 104, 96, 64, and 32
+bits are allowed. Authentication tags of other lengths are invalid per
+[NIST SP 800-38D][].
<a id="DEP0091"></a>
### DEP0091: crypto.DEFAULT_ENCODING