summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-10-19 11:46:09 -0700
committerJames M Snell <jasnell@gmail.com>2018-10-19 14:38:47 -0700
commit814f89db61b1bed434c6cd5b7cba2849aee2c6fc (patch)
tree4a58288ecfb842fdcb2a728b6ab776e20dc45b2c /doc/api/crypto.md
parentad61550646f6ec5204ece41aab08cca18eef7dbb (diff)
downloadandroid-node-v8-814f89db61b1bed434c6cd5b7cba2849aee2c6fc.tar.gz
android-node-v8-814f89db61b1bed434c6cd5b7cba2849aee2c6fc.tar.bz2
android-node-v8-814f89db61b1bed434c6cd5b7cba2849aee2c6fc.zip
doc: add missing deprecation labels
Fixes: https://github.com/nodejs/node/issues/20841 PR-URL: https://github.com/nodejs/node/pull/23761 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 88545f8636..7bf83c1437 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1295,6 +1295,8 @@ added: v0.9.3
deprecated: v10.0.0
-->
+> Stability: 0 - Deprecated
+
The default encoding to use for functions that can take either strings
or [buffers][`Buffer`]. The default value is `'buffer'`, which makes methods
default to [`Buffer`][] objects.
@@ -1312,6 +1314,8 @@ added: v6.0.0
deprecated: v10.0.0
-->
+> Stability: 0 - Deprecated
+
Property for checking and controlling whether a FIPS compliant crypto provider
is currently in use. Setting to true requires a FIPS build of Node.js.