File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4548,6 +4548,22 @@ that have proven unresolveable. See [caveats of asynchronous customization hooks
45484548` module .registerHooks ()` as soon as possible as ` module .register ()` will be
45494549removed in a future version of Node.js.
45504550
4551+ ### DEP0206: Calling ` digest ()` on an already-finalized ` Hmac` instance
4552+
4553+ <!-- YAML
4554+ changes:
4555+ - version: REPLACEME
4556+ pr-url: https://github.com/nodejs/node/pull/63121
4557+ description: Documentation-only deprecation.
4558+ -->
4559+
4560+ Type: Documentation-only
4561+
4562+ Calling ` hmac .digest ()` more than once returns an empty buffer instead of
4563+ throwing an error. This behavior is inconsistent with ` hash .digest ()` and
4564+ may lead to subtle bugs. Calling ` hmac .digest ()` on a finalized ` Hmac` instance
4565+ will throw an error in a future version.
4566+
45514567[DEP0142]: #dep0142-repl_builtinlibs
45524568[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
45534569[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3
You can’t perform that action at this time.
0 commit comments