summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2019-01-04 13:35:00 +0100
committerAnna Henningsen <anna@addaleax.net>2019-01-08 01:04:18 +0100
commitbf3cb3f9b1be5f55c93493e80e3a9bf41093e18f (patch)
tree158428e85393782bcd45e1a7929c60cc2424d46a /doc/api/deprecations.md
parent3255ae4cd170113d5162970b9890d69a3e7b8b06 (diff)
downloadandroid-node-v8-bf3cb3f9b1be5f55c93493e80e3a9bf41093e18f.tar.gz
android-node-v8-bf3cb3f9b1be5f55c93493e80e3a9bf41093e18f.tar.bz2
android-node-v8-bf3cb3f9b1be5f55c93493e80e3a9bf41093e18f.zip
crypto: remove deprecated crypto._toBuf
PR-URL: https://github.com/nodejs/node/pull/25338 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 547d0e32bc..215c4767c4 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2167,15 +2167,18 @@ release.
### DEP0114: crypto._toBuf()
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/???
+ description: End-of-Life.
- version: v11.0.0
pr-url: https://github.com/nodejs/node/pull/22501
description: Runtime deprecation.
-->
-Type: Runtime
+Type: End-Of-Life
The `crypto._toBuf()` function was not designed to be used by modules outside
-of Node.js core and will be removed in the future.
+of Node.js core and was removed.
<a id="DEP0115"></a>
### DEP0115: crypto.prng(), crypto.pseudoRandomBytes(), crypto.rng()