Skip to content

Commit

Permalink
doc: add missing deprecation labels
Browse files Browse the repository at this point in the history
Fixes: #20841

PR-URL: #23761
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
  • Loading branch information
jasnell committed Oct 21, 2018
1 parent 889a49f commit 50c99d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit 50c99d8

Please sign in to comment.