nodejs-github-bot · GitHub

@nodejs-github-bot added lib / src

Issues and PRs related to general changes in the lib or src directory.

needs-ci

PRs that need a full CI run.

labels

May 2, 2025

@panva

@panva panva added the crypto

Issues and PRs related to the crypto subsystem.

label

May 2, 2025

joyeecheung

panva

@Aditi-1400 Aditi-1400 changed the title src: support outputLength in XOF hash functions crypto: support outputLength in XOF hash functions

May 2, 2025

jasnell

jasnell

jasnell

jasnell

@Aditi-1400

@Aditi-1400

joyeecheung

@Aditi-1400

@panva panva mentioned this pull request

Jul 3, 2025

Merged

joyeecheung

@Aditi-1400

joyeecheung

panva added a commit to panva/node that referenced this pull request

Jul 3, 2025

@Aditi-1400

@panva panva removed the request-ci

Add this label to start a Jenkins CI on a PR.

label

Jul 8, 2025

@panva panva added the commit-queue

Add this label to land a pull request using GitHub Actions.

label

Jul 8, 2025

@nodejs-github-bot

RafaelGSS pushed a commit that referenced this pull request

Jul 8, 2025
Reverts: #56160
Fixes: #56159
Fixes: #58913
Refs: #58121
PR-URL: #58942
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

RafaelGSS pushed a commit that referenced this pull request

Jul 8, 2025
Support `outputLength` option in crypto.hash() for XOF hash
functions to align with the behaviour of crypto.createHash()
API
closes: #57312
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: #58121
Fixes: #57312
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

Merged

nodejs-github-bot added a commit that referenced this pull request

Jul 8, 2025
Notable changes:
crypto:
  * (SEMVER-MINOR) support outputLength option in crypto.hash for XOF functions (Aditi) #58121
doc:
  * (SEMVER-MINOR) add all watch-mode related flags to node.1 (Dario Piotrowicz) #58719
fs:
  * (SEMVER-MINOR) add disposable mkdtempSync (Kevin Gibbons) #58516
permission:
  * (SEMVER-MINOR) propagate permission model flags on spawn (Rafael Gonzaga) #58853
sqlite:
  * (SEMVER-MINOR) add support for readBigInts option in db connection level (Miguel Marcondes Filho) #58697
src,permission:
  * (SEMVER-MINOR) add support to permission.has(addon) (Rafael Gonzaga) #58951
watch:
  * (SEMVER-MINOR) add `--watch-kill-signal` flag (Dario Piotrowicz) #58719
PR-URL: #58993

RafaelGSS pushed a commit that referenced this pull request

Jul 9, 2025
Notable changes:
crypto:
  * (SEMVER-MINOR) support outputLength option in crypto.hash for XOF functions (Aditi) #58121
doc:
  * (SEMVER-MINOR) add all watch-mode related flags to node.1 (Dario Piotrowicz) #58719
fs:
  * (SEMVER-MINOR) add disposable mkdtempSync (Kevin Gibbons) #58516
permission:
  * (SEMVER-MINOR) propagate permission model flags on spawn (Rafael Gonzaga) #58853
sqlite:
  * (SEMVER-MINOR) add support for readBigInts option in db connection level (Miguel Marcondes Filho) #58697
src,permission:
  * (SEMVER-MINOR) add support to permission.has(addon) (Rafael Gonzaga) #58951
watch:
  * (SEMVER-MINOR) add `--watch-kill-signal` flag (Dario Piotrowicz) #58719
PR-URL: #58993

Closed

aduh95 pushed a commit to panva/node that referenced this pull request

Jul 21, 2025

marco-ippolito pushed a commit that referenced this pull request

Aug 14, 2025
Reverts: #56160
Fixes: #56159
Fixes: #58913
Refs: #58121
PR-URL: #58942
Backport-PR-URL: #58961
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

marco-ippolito pushed a commit that referenced this pull request

Aug 25, 2025
Reverts: #56160
Fixes: #56159
Fixes: #58913
Refs: #58121
PR-URL: #58942
Backport-PR-URL: #58961
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

marco-ippolito pushed a commit that referenced this pull request

Aug 27, 2025
Reverts: #56160
Fixes: #56159
Fixes: #58913
Refs: #58121
PR-URL: #58942
Backport-PR-URL: #58961
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

marco-ippolito pushed a commit that referenced this pull request

Aug 27, 2025
Reverts: #56160
Fixes: #56159
Fixes: #58913
Refs: #58121
PR-URL: #58942
Backport-PR-URL: #58961
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

npaun pushed a commit to npaun/ncrypto that referenced this pull request

Sep 18, 2025
Support `outputLength` option in crypto.hash() for XOF hash
functions to align with the behaviour of crypto.createHash()
API
closes: nodejs/node#57312
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#58121
Fixes: nodejs/node#57312
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

npaun pushed a commit to npaun/ncrypto that referenced this pull request

Sep 18, 2025
Support `outputLength` option in crypto.hash() for XOF hash
functions to align with the behaviour of crypto.createHash()
API
closes: nodejs/node#57312
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#58121
Fixes: nodejs/node#57312
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

Closed

npaun pushed a commit to npaun/ncrypto that referenced this pull request

Sep 25, 2025
Support `outputLength` option in crypto.hash() for XOF hash
functions to align with the behaviour of crypto.createHash()
API
closes: nodejs/node#57312
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#58121
Fixes: nodejs/node#57312
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

npaun pushed a commit to npaun/ncrypto that referenced this pull request

Sep 25, 2025
Support `outputLength` option in crypto.hash() for XOF hash
functions to align with the behaviour of crypto.createHash()
API
closes: nodejs/node#57312
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#58121
Fixes: nodejs/node#57312
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

npaun pushed a commit to npaun/ncrypto that referenced this pull request

Sep 25, 2025
Support `outputLength` option in crypto.hash() for XOF hash
functions to align with the behaviour of crypto.createHash()
API
closes: nodejs/node#57312
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#58121
Fixes: nodejs/node#57312
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

npaun pushed a commit to npaun/ncrypto that referenced this pull request

Sep 26, 2025
Support `outputLength` option in crypto.hash() for XOF hash
functions to align with the behaviour of crypto.createHash()
API
closes: nodejs/node#57312
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#58121
Fixes: nodejs/node#57312
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

anonrig pushed a commit to nodejs/ncrypto that referenced this pull request

Sep 26, 2025
Support `outputLength` option in crypto.hash() for XOF hash
functions to align with the behaviour of crypto.createHash()
API
closes: nodejs/node#57312
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#58121
Fixes: nodejs/node#57312
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

Read the original on github.com ↗