Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-10-19 21:46:09 +0300
committerMyles Borins <mylesborins@google.com>2018-11-29 19:38:59 +0300
commit4315899377e6ff46bc8a52c9ae991b85cc88c826 (patch)
treeca81e6d1a6508dab761518f5db7574b8ca2bb2c0 /doc
parentaaf669d2840530c6bed4bcc63b406ede15dabac7 (diff)
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')
-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 73019069e81..de38522898b 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1298,6 +1298,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.
@@ -1315,6 +1317,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.