diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 73019069e815c9..de38522898b82c 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.