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 }}
DavyLin
/
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.h
on
master
User selector
All users
All time
Commit history
Commits on Mar 9, 2012
core: use proper #include directives
bnoordhuis
committed
ff4a9d3
View commit details
Copy full SHA for ff4a9d3
View code at this point
Browse repository at this point
Commits on Feb 16, 2012
tls: mitigate session renegotiation attacks
Show description for 3415427
bnoordhuis
committed
3415427
View commit details
Copy full SHA for 3415427
View code at this point
Browse repository at this point
Commits on Jan 6, 2012
Revert "crypto: add SecureContext.clearOptions() method"
Show description for be67fa7
ry
committed
be67fa7
View commit details
Copy full SHA for be67fa7
View code at this point
Browse repository at this point
Commits on Jan 2, 2012
crypto: add SecureContext.clearOptions() method
Show description for 6f8839d
bnoordhuis
committed
6f8839d
View commit details
Copy full SHA for 6f8839d
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 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 7, 2011
tls: add client-side session resumption support
Sean Cunningham
authored and
bnoordhuis
committed
eb99083
View commit details
Copy full SHA for eb99083
View code at this point
Browse repository at this point
Commits on Sep 2, 2011
Added additional properties to getPeerCertificate, now includes subjectAltName, Exponent and Modulus (FOAF+SSL friendly).
Show description for 7b2536a
niclashoyer
authored and
koichik
committed
7b2536a
View commit details
Copy full SHA for 7b2536a
View code at this point
Browse repository at this point
Commits on Jul 29, 2011
Add support for TLS SNI
Show description for 9010f5f
indutny
authored and
ry
committed
9010f5f
View commit details
Copy full SHA for 9010f5f
View code at this point
Browse repository at this point
Commits on Jul 28, 2011
crypto: dispose persistent properties on class destruction
indutny
authored and
bnoordhuis
committed
759fb36
View commit details
Copy full SHA for 759fb36
View code at this point
Browse repository at this point
Commits on Apr 19, 2011
OpenSSL NPN in node.js
Show description for c9b40da
indutny
authored and
ry
committed
c9b40da
View commit details
Copy full SHA for c9b40da
View code at this point
Browse repository at this point
Commits on Apr 14, 2011
TLS: Add secureOptions flag
Show description for 2a88dd3
postwait
authored and
ry
committed
2a88dd3
View commit details
Copy full SHA for 2a88dd3
View code at this point
Browse repository at this point
Commits on Apr 1, 2011
Don't load root certs for each SSL context
ry
committed
5c35dff
View commit details
Copy full SHA for 5c35dff
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
Update copyright headers
ry
committed
55048cd
View commit details
Copy full SHA for 55048cd
View code at this point
Browse repository at this point
Commits on Feb 10, 2011
TLS: CRL support
Show description for 01a864a
postwait
authored and
ry
committed
01a864a
View commit details
Copy full SHA for 01a864a
View code at this point
Browse repository at this point
Commits on Feb 9, 2011
Remove unused parameter from crypto::Handle*Error
ry
committed
56ab929
View commit details
Copy full SHA for 56ab929
View code at this point
Browse repository at this point
tls: split bio errors from ssl errors
ry
committed
519dc2c
View commit details
Copy full SHA for 519dc2c
View code at this point
Browse repository at this point
Commits on Feb 1, 2011
TLS: Set ssl.receivedShutdown after each read
Show description for 807fca6
ry
committed
807fca6
View commit details
Copy full SHA for 807fca6
View code at this point
Browse repository at this point
TLS: better error reporting at binding layer
Show description for 2ff593a
ry
committed
2ff593a
View commit details
Copy full SHA for 2ff593a
View code at this point
Browse repository at this point
Commits on Dec 11, 2010
Rename node::SecureStream to node::crypto::Connection
Show description for e3d1808
ry
committed
e3d1808
View commit details
Copy full SHA for e3d1808
View code at this point
Browse repository at this point
Add receivedShutdown() binding
ry
committed
70baeba
View commit details
Copy full SHA for 70baeba
View code at this point
Browse repository at this point
Commits on Dec 1, 2010
Remove should_verify from C++ - to handle in JS land
ry
committed
127f17a
View commit details
Copy full SHA for 127f17a
View code at this point
Browse repository at this point
Remove unnecessary call to X509_STORE_free
ry
committed
28a86c3
View commit details
Copy full SHA for 28a86c3
View code at this point
Browse repository at this point
Rename VerifyPeerError to VerifyError
ry
committed
504a80d
View commit details
Copy full SHA for 504a80d
View code at this point
Browse repository at this point
Implement SecureContext destructor
ry
committed
355936d
View commit details
Copy full SHA for 355936d
View code at this point
Browse repository at this point
Better verify info
ry
committed
ea540c9
View commit details
Copy full SHA for ea540c9
View code at this point
Browse repository at this point
Move root certs out of JavaScript
ry
committed
4b94731
View commit details
Copy full SHA for 4b94731
View code at this point
Browse repository at this point
Commits on Oct 26, 2010
Centralize error handling in SecureStream
Show description for 1ce4684
pquerna
authored and
ry
committed
1ce4684
View commit details
Copy full SHA for 1ce4684
View code at this point
Browse repository at this point
Commits on Sep 29, 2010
Fix style in node_crypto.cc
ry
committed
9911629
View commit details
Copy full SHA for 9911629
View code at this point
Browse repository at this point
Commits on Sep 28, 2010
Rename some SecureStream methods
ry
committed
163485c
View commit details
Copy full SHA for 163485c
View code at this point
Browse repository at this point
Commits on Jul 12, 2010
Coverity fixes: src/node_crypto
pgriess
authored and
ry
committed
792c7ca
View commit details
Copy full SHA for 792c7ca
View code at this point
Browse repository at this point
Commits on May 4, 2010
Added default CAs, updated openssl verify behaviour, added crypto and https documentation
waveto
authored and
ry
committed
afce4c3
View commit details
Copy full SHA for afce4c3
View code at this point
Browse repository at this point
Commits on May 3, 2010
Read all records to always empty the OpenSSL reading buffer.
thotypous
authored and
ry
committed
430cfd1
View commit details
Copy full SHA for 430cfd1
View code at this point
Browse repository at this point
Commits on Apr 12, 2010
Moved Credentials into crypto module. Added node_crypto into crypto module
waveto
committed
8017439
View commit details
Copy full SHA for 8017439
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.