File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4439,6 +4439,22 @@ that have proven unresolveable. See [caveats of asynchronous customization hooks
44394439` module .registerHooks ()` as soon as possible as ` module .register ()` will be
44404440removed in a future version of Node.js.
44414441
4442+ ### DEP0206: Calling ` digest ()` on an already-finalized ` Hmac` instance
4443+
4444+ <!-- YAML
4445+ changes:
4446+ - version: REPLACEME
4447+ pr-url: https://github.com/nodejs/node/pull/63121
4448+ description: Documentation-only deprecation.
4449+ -->
4450+
4451+ Type: Documentation-only
4452+
4453+ Calling ` hmac .digest ()` more than once returns an empty buffer instead of
4454+ throwing an error. This behavior is inconsistent with ` hash .digest ()` and
4455+ may lead to subtle bugs. Calling ` hmac .digest ()` on a finalized ` Hmac` instance
4456+ will throw an error in a future version.
4457+
44424458[DEP0142]: #dep0142-repl_builtinlibs
44434459[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
44444460[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3
You can’t perform that action at this time.
0 commit comments