summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2019-02-21 20:52:45 +0100
committerTobias Nießen <tniessen@tnie.de>2019-03-02 10:58:12 +0100
commitb8018f407b2ae2daa70d41b2aa9dbbc5ca921b0f (patch)
tree80928d8b26d4582004c16f4e8dfe176e88166edb /doc
parentf11e8b959dce355bbb21fa2f95108732db464897 (diff)
downloadandroid-node-v8-b8018f407b2ae2daa70d41b2aa9dbbc5ca921b0f.tar.gz
android-node-v8-b8018f407b2ae2daa70d41b2aa9dbbc5ca921b0f.tar.bz2
android-node-v8-b8018f407b2ae2daa70d41b2aa9dbbc5ca921b0f.zip
crypto: move DEP0113 to End-of-Life
PR-URL: https://github.com/nodejs/node/pull/26249 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index e8ea13ffbd..60151401fb 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2162,17 +2162,18 @@ accessed outside of Node.js core: `Socket.prototype._handle`,
### DEP0113: Cipher.setAuthTag(), Decipher.getAuthTag()
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/26249
+ description: End-of-Life.
- version: v11.0.0
pr-url: https://github.com/nodejs/node/pull/22126
description: Runtime deprecation.
-->
-Type: Runtime
+Type: End-of-Life
-With the current crypto API, having `Cipher.setAuthTag()` and
-`Decipher.getAuthTag()` is not helpful and both functions will throw an error
-when called. They have never been documented and will be removed in a future
-release.
+`Cipher.setAuthTag()` and `Decipher.getAuthTag()` are no longer available. They
+were never documented and would throw when called.
<a id="DEP0114"></a>
### DEP0114: crypto._toBuf()