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
Accelerator
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
Type
/
to 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 }}
ming-codes
/
node
Public
forked from
nodejs/node-v0.x-archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
node
src
node_crypto.cc
on
isolates2
User selector
All users
All time
Commit history
Commits on Dec 27, 2011
Add node::Loop() and don't inc node_isolate.h in *.cc
Show description for 9d792f3
ry
committed
9d792f3
View commit details
Copy full SHA for 9d792f3
View code at this point
Browse repository at this point
Remove node_isolate.h from node.h
ry
committed
87bb848
View commit details
Copy full SHA for 87bb848
View code at this point
Browse repository at this point
isolates: isolate-ify the main loop
bnoordhuis
authored and
ry
committed
c3346f6
View commit details
Copy full SHA for c3346f6
View code at this point
Browse repository at this point
Commits on Dec 16, 2011
Merge remote branch 'origin/v0.6'
Show description for 1865b11
ry
committed
1865b11
View commit details
Copy full SHA for 1865b11
View code at this point
Browse repository at this point
crypto: rewrite HexDecode without snprintf
Show description for 4b123f9
defunctzombie
authored and
bnoordhuis
committed
4b123f9
View commit details
Copy full SHA for 4b123f9
View code at this point
Browse repository at this point
crypto: don't ignore DH init errors
bnoordhuis
committed
cc2861e
View commit details
Copy full SHA for cc2861e
View code at this point
Browse repository at this point
Commits on Dec 14, 2011
crypto: deduplicate encoding parsing logic
bnoordhuis
committed
ef12fa1
View commit details
Copy full SHA for ef12fa1
View code at this point
Browse repository at this point
crypto: deduplicate decipher logic
bnoordhuis
committed
321ec97
View commit details
Copy full SHA for 321ec97
View code at this point
Browse repository at this point
Commits on Dec 13, 2011
crypto: fix memory leak when decrypting empty strings
Show description for 77f2178
bnoordhuis
committed
77f2178
View commit details
Copy full SHA for 77f2178
View code at this point
Browse repository at this point
crypto: fix memory leaks in PBKDF2 error path
bnoordhuis
committed
d70ef19
View commit details
Copy full SHA for d70ef19
View code at this point
Browse repository at this point
Commits on Dec 8, 2011
Move lock back to node_crypto.cc
ry
committed
c5e51ce
View commit details
Copy full SHA for c5e51ce
View code at this point
Browse repository at this point
move global vars from platfrom, node_signal_watcher to struct
ry
committed
e10fd32
View commit details
Copy full SHA for e10fd32
View code at this point
Browse repository at this point
Commits on Dec 7, 2011
move global vars for node_file.cc, node_zlib.cc, and node_crypto.cc
ry
committed
e53e9c7
View commit details
Copy full SHA for e53e9c7
View code at this point
Browse repository at this point
Commits on Dec 2, 2011
Merge branch 'v0.6'
Show description for 49ba55b
bnoordhuis
committed
49ba55b
View commit details
Copy full SHA for 49ba55b
View code at this point
Browse repository at this point
Commits on Nov 30, 2011
crypto: throw exception on unknown digest method
Show description for f44d0b9
bnoordhuis
committed
f44d0b9
View commit details
Copy full SHA for f44d0b9
View code at this point
Browse repository at this point
node_crypto: use EVP_Cipher*_ex methods, not 'obsolete' versions
Show description for 2603832
KiNgMaR
authored and
bnoordhuis
committed
2603832
View commit details
Copy full SHA for 2603832
View code at this point
Browse repository at this point
Commits on Nov 22, 2011
Merge remote branch 'origin/v0.6'
Show description for 8595981
ry
committed
8595981
View commit details
Copy full SHA for 8595981
View code at this point
Browse repository at this point
Commits on Nov 18, 2011
crypto: use the libuv rwlock API
bnoordhuis
committed
a808ab4
View commit details
Copy full SHA for a808ab4
View code at this point
Browse repository at this point
Commits on Nov 17, 2011
crypto: add support for RSA public key signing/verification
bnoordhuis
committed
9d3faf4
View commit details
Copy full SHA for 9d3faf4
View code at this point
Browse repository at this point
crypto: make verify() return true or false, not 1 or 0
Show description for 3ac5f11
bnoordhuis
committed
3ac5f11
View commit details
Copy full SHA for 3ac5f11
View code at this point
Browse repository at this point
crypto: make verify() return true or false, not 1 or 0
Show description for 534e41b
bnoordhuis
committed
534e41b
View commit details
Copy full SHA for 534e41b
View code at this point
Browse repository at this point
Commits on Nov 15, 2011
crypto: fix 'var may be used uninitialized' compiler warnings
bnoordhuis
committed
cf2ee19
View commit details
Copy full SHA for cf2ee19
View code at this point
Browse repository at this point
Commits on Nov 9, 2011
Remove stray NODE_MODULE() semi-colons.
bnoordhuis
committed
cdcb111
View commit details
Copy full SHA for cdcb111
View code at this point
Browse repository at this point
Commits on Nov 8, 2011
crypto: use the right mutex
bnoordhuis
committed
efb833f
View commit details
Copy full SHA for efb833f
View code at this point
Browse repository at this point
crypto: make module thread-safe
bnoordhuis
committed
97cada0
View commit details
Copy full SHA for 97cada0
View code at this point
Browse repository at this point
Commits on Nov 4, 2011
Fix line endings and trailing whitespace
piscisaureus
committed
189dd8f
View commit details
Copy full SHA for 189dd8f
View code at this point
Browse repository at this point
Commits on Oct 31, 2011
tls, https: add passphrase option
Show description for f53d092
koichik
committed
f53d092
View commit details
Copy full SHA for f53d092
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
tls: requestCert unusable with Firefox and Chrome
Show description for 19a8553
koichik
committed
19a8553
View commit details
Copy full SHA for 19a8553
View code at this point
Browse repository at this point
Commits on Sep 27, 2011
crypto: implement randomBytes() and pseudoRandomBytes()
bnoordhuis
committed
c4eaf7e
View commit details
Copy full SHA for c4eaf7e
View code at this point
Browse repository at this point
Commits on Sep 20, 2011
crypto: fix delete of potentially uninitialized pointer
bnoordhuis
committed
320cf72
View commit details
Copy full SHA for 320cf72
View code at this point
Browse repository at this point
crypto: fix read of potentially uninitialized variable
bnoordhuis
committed
b185751
View commit details
Copy full SHA for b185751
View code at this point
Browse repository at this point
crypto: look up SSL errors with ERR_print_errors()
bnoordhuis
committed
44bebc0
View commit details
Copy full SHA for 44bebc0
View code at this point
Browse repository at this point
Commits on Sep 16, 2011
crypto: fix error message buffer overrun
Show description for 0ad28fd
bnoordhuis
committed
0ad28fd
View commit details
Copy full SHA for 0ad28fd
View code at this point
Browse repository at this point
Commits on Sep 15, 2011
Merge remote branch 'origin/v0.4'
ry
committed
1b0a5cb
View commit details
Copy full SHA for 1b0a5cb
View code at this point
Browse repository at this point
Drain OpenSSL error queue? Addresses #1719
ry
committed
6312e88
View commit details
Copy full SHA for 6312e88
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.