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 }}
bytecodealliance
/
wasmtime
Public
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
18.6k
Code
Issues
765
Pull requests
77
Discussions
Actions
Security and quality
48
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add
native-tls
backend for wasi-tls
- #11064
#11064
Merged
alexcrichton
merged 14 commits into
bytecodealliance:main
bytecodealliance/wasmtime:main
from
badeend:native_tls
badeend/wasmtime:native_tls
Copy head branch name to clipboard
Jun 27, 2025
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Add
native-tls
backend for wasi-tls
#11064
alexcrichton
merged 14 commits into
bytecodealliance:main
bytecodealliance/wasmtime:main
from
badeend:native_tls
badeend/wasmtime:native_tls
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2025
Reorganize the wasi-tls folder and isolate the `rustls`-specific bits from the rest of the implementation.
Show description for 6be0408
badeend
committed
6be0408
View commit details
Copy full SHA for 6be0408
Browse repository at this point
Add `native-tls` backend
badeend
committed
181d138
View commit details
Copy full SHA for 181d138
Browse repository at this point
Commits on Jun 16, 2025
Improve compatibility of `test_tls_sample_application`:
Show description for 708b7eb
badeend
committed
708b7eb
View commit details
Copy full SHA for 708b7eb
Browse repository at this point
Implement flushing on the `AsyncWriteStream`. The `AsyncWriteStream` implementation was copied from the TCP equivalent, which doesn't need flushing. The TLS implementations _do_ maintain an interna…
Show description for d6f4f59
badeend
committed
d6f4f59
View commit details
Copy full SHA for d6f4f59
Browse repository at this point
Commits on Jun 17, 2025
Switch to a model that uses runtime configuration.
badeend
committed
97f4217
View commit details
Copy full SHA for 97f4217
Browse repository at this point
Merge branch 'main' of https://github.com/bytecodealliance/wasmtime into native_tls
Show description for 46e76f3
badeend
committed
46e76f3
View commit details
Copy full SHA for 46e76f3
Browse repository at this point
Commits on Jun 19, 2025
Check wasmtime-wasi-tls features in isolation.
badeend
committed
4040567
View commit details
Copy full SHA for 4040567
Browse repository at this point
Merge branch 'native_tls' of https://github.com/badeend/wasmtime into native_tls
badeend
committed
d8bee5f
View commit details
Copy full SHA for d8bee5f
Browse repository at this point
Merge branch 'main' of https://github.com/bytecodealliance/wasmtime into native_tls
badeend
committed
b8d0572
View commit details
Copy full SHA for b8d0572
Browse repository at this point
Clarify intended use of `WasiTlsCtxBuilder::provider`
badeend
committed
240f561
View commit details
Copy full SHA for 240f561
Browse repository at this point
Commits on Jun 26, 2025
Split off native-tls implementation into separate crate
badeend
committed
2f23518
View commit details
Copy full SHA for 2f23518
Browse repository at this point
Add a dedicated Ci job to test the `native-tls` backend.
Show description for 4f2932e
badeend
committed
4f2932e
View commit details
Copy full SHA for 4f2932e
Browse repository at this point
Merge branch 'main' of https://github.com/bytecodealliance/wasmtime into native_tls
badeend
committed
0e928d9
View commit details
Copy full SHA for 0e928d9
Browse repository at this point
Commits on Jun 27, 2025
Update vets
alexcrichton
committed
cc23e74
View commit details
Copy full SHA for cc23e74
Browse repository at this point
You can’t perform that action at this time.