Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
37.3k
Star
122k
Code
Issues
623
Pull requests
552
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[v24.x backport] crypto, WebCrypto, and WebIDL updates
- #63563
#63563
Closed
panva
wants to merge 27 commits into
nodejs:v24.x-staging
nodejs/node:v24.x-staging
from
panva:backport-crypto-24
panva/node:backport-crypto-24
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
[v24.x backport] crypto, WebCrypto, and WebIDL updates
#63563
panva
wants to merge 27 commits into
nodejs:v24.x-staging
nodejs/node:v24.x-staging
from
panva:backport-crypto-24
panva/node:backport-crypto-24
Copy head branch name to clipboard
Commits
Commits on Jun 19, 2026
test: update WPT resources, interfaces and WebCryptoAPI
Show description for 5a33a82
nodejs-github-bot
authored and
panva
committed
5a33a82
View commit details
Copy full SHA for 5a33a82
Browse repository at this point
crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms
Show description for 6b28cd5
panva
committed
6b28cd5
View commit details
Copy full SHA for 6b28cd5
Browse repository at this point
crypto: unify asymmetric key import through KeyObjectHandle::Init
Show description for 790969f
panva
committed
790969f
View commit details
Copy full SHA for 790969f
Browse repository at this point
crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs
Show description for b5a6c71
panva
committed
b5a6c71
View commit details
Copy full SHA for b5a6c71
Browse repository at this point
crypto: align key argument names in docs and error messages
Show description for 1882595
panva
committed
1882595
View commit details
Copy full SHA for 1882595
Browse repository at this point
crypto: guard against size_t overflow on experimental 32-bit arch
Show description for b7f9292
panva
committed
b7f9292
View commit details
Copy full SHA for b7f9292
Browse repository at this point
crypto: add JWK support for ML-KEM and SLH-DSA key types
Show description for d25f5a5
panva
committed
d25f5a5
View commit details
Copy full SHA for d25f5a5
Browse repository at this point
crypto: reject duplicate ML-KEM JWK key_ops
Show description for 8e0b3d0
panva
committed
8e0b3d0
View commit details
Copy full SHA for 8e0b3d0
Browse repository at this point
crypto: add guards and adjust tests for BoringSSL
Show description for 7250959
panva
committed
7250959
View commit details
Copy full SHA for 7250959
Browse repository at this point
src: decouple KeyObject and CryptoKey and move CryptoKey to src
Show description for f040f6c
panva
committed
f040f6c
View commit details
Copy full SHA for f040f6c
Browse repository at this point
crypto: harden KeyObject internal slots
Show description for 87bc18f
panva
committed
87bc18f
View commit details
Copy full SHA for 87bc18f
Browse repository at this point
crypto: harden CryptoKey algorithm slots
Show description for c882aee
panva
committed
c882aee
View commit details
Copy full SHA for c882aee
Browse repository at this point
tools: prevent lib code from reading KeyObject and CryptoKey accessors
Show description for 54c951e
panva
committed
54c951e
View commit details
Copy full SHA for 54c951e
Browse repository at this point
src: add BoringSSL EVP enumeration fallback
Show description for f1986d7
panva
committed
f1986d7
View commit details
Copy full SHA for f1986d7
Browse repository at this point
src: simplify OpenSSL feature gates
Show description for deb2ea8
panva
committed
deb2ea8
View commit details
Copy full SHA for deb2ea8
Browse repository at this point
crypto: wire AES-KW in Web Cryptography when using BoringSSL
Show description for a355fd2
panva
committed
a355fd2
View commit details
Copy full SHA for a355fd2
Browse repository at this point
crypto: wire ChaCha20-Poly1305 in Web Cryptography when using BoringSSL
Show description for e1d941d
panva
committed
e1d941d
View commit details
Copy full SHA for e1d941d
Browse repository at this point
crypto: wire ML-DSA and ML-KEM for use when using BoringSSL
Show description for 20811d6
panva
committed
20811d6
View commit details
Copy full SHA for 20811d6
Browse repository at this point
crypto: add WebCrypto CryptoJob mode
Show description for 5760769
panva
committed
5760769
View commit details
Copy full SHA for 5760769
Browse repository at this point
crypto: remove async from WebCrypto methods
Show description for bc95785
panva
committed
bc95785
View commit details
Copy full SHA for bc95785
Browse repository at this point
crypto: pass CryptoKey handles to KDF jobs
Show description for b3be75f
panva
committed
b3be75f
View commit details
Copy full SHA for b3be75f
Browse repository at this point
crypto: harden WebCrypto against prototype pollution
Show description for db4f5b9
panva
committed
db4f5b9
View commit details
Copy full SHA for db4f5b9
Browse repository at this point
test: update WPT for WebCryptoAPI to 97bbc7247a
Show description for b310759
nodejs-github-bot
authored and
panva
committed
b310759
View commit details
Copy full SHA for b310759
Browse repository at this point
lib: refactor internal webidl converters
Show description for 13074f1
panva
committed
13074f1
View commit details
Copy full SHA for 13074f1
Browse repository at this point
crypto: strengthen argument CHECKs in TurboSHAKE
Show description for 809ccfc
tniessen
authored and
panva
committed
809ccfc
View commit details
Copy full SHA for 809ccfc
Browse repository at this point
lib: cleanup stateless diffiehellman key handling
Show description for 1455de4
panva
committed
1455de4
View commit details
Copy full SHA for 1455de4
Browse repository at this point
test: update tls/crypto behaviour expectations when using BoringSSL
Show description for 46e6035
panva
committed
46e6035
View commit details
Copy full SHA for 46e6035
Browse repository at this point
You can’t perform that action at this time.