summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-08-24 10:37:45 +0200
committerTobias Nießen <tniessen@tnie.de>2018-08-27 13:37:20 +0200
commit50aa85dc9bf47c7fad280aba40401a14c81a1aac (patch)
tree1c051316005baf8a87c6c9dcaa49d8f527b7c5b3 /doc/api/deprecations.md
parentfa3d6bedf9b1507bc17265eb9fad70b623247d85 (diff)
downloadandroid-node-v8-50aa85dc9bf47c7fad280aba40401a14c81a1aac.tar.gz
android-node-v8-50aa85dc9bf47c7fad280aba40401a14c81a1aac.tar.bz2
android-node-v8-50aa85dc9bf47c7fad280aba40401a14c81a1aac.zip
crypto: deprecate _toBuf
PR-URL: https://github.com/nodejs/node/pull/22501 Fixes: https://github.com/nodejs/node/issues/22425 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 56935574e6..7aa8ac01ba 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1031,6 +1031,14 @@ With the current crypto API, having `Cipher.setAuthTag()` and
when called. They have never been documented and will be removed in a future
release.
+<a id="DEP0114"></a>
+### DEP0114: crypto._toBuf()
+
+Type: Runtime
+
+The `crypto._toBuf()` function was not designed to be used by modules outside
+of Node.js core and will be removed in the future.
+
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array