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: 5dc0feea9c495209448562224aecd8aed85d0bf2
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 075d9eea8f66c0bd7a2028e7ca701570d68c4229
Choose a head ref
  • 2 commits
  • 33 files changed
  • 1 contributor

Commits on May 17, 2023

  1. crypto: use WebIDL converters in WebCryptoAPI

    WebCryptoAPI functions' arguments are now coersed and validated as per
    their WebIDL definitions like in other Web Crypto API implementations.
    This further improves interoperability with other implementations of
    Web Crypto API.
    
    PR-URL: #46067
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Backport-PR-URL: #46252
    panva authored and danielleadams committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ab05294 View commit details
    Browse the repository at this point in the history
  2. crypto: re-add padding for AES-KW wrapped JWKs

    PR-URL: #46563
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Backport-PR-URL: #46252
    panva authored and danielleadams committed May 17, 2023
    Configuration menu
    Copy the full SHA
    075d9ee View commit details
    Browse the repository at this point in the history
Loading