Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6b7f39d3adce215ac47a14c55131850b18eafed
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d30090b427af22d6244f59d6e24260fdcf036727
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 21, 2025

  1. crypto: normalize RsaHashedKeyParams publicExponent

    Fixes: #59535
    PR-URL: #59538
    Fixes: #59534
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    panva authored and nodejs-github-bot committed Aug 21, 2025
    1 Configuration menu
    Copy the full SHA
    7a47cbf View commit details
    Browse the repository at this point in the history
  2. crypto: use CryptoKey internal slots in Web Cryptography

    PR-URL: #59538
    Fixes: #59535
    Fixes: #59534
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    panva authored and nodejs-github-bot committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    9d744b5 View commit details
    Browse the repository at this point in the history
  3. crypto: return cached copies from CryptoKey algorithm and usages getters

    Fixes: #59534
    PR-URL: #59538
    Fixes: #59535
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    panva authored and nodejs-github-bot committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    d30090b View commit details
    Browse the repository at this point in the history
Loading