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 }}
apache
/
trafficserver
Public
Notifications
You must be signed in to change notification settings
Fork
877
Star
2k
Code
Issues
227
Pull requests
75
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Filter SNI based on port
- #9767
#9767
Merged
maskit
merged 24 commits into
apache:master
apache/trafficserver:master
from
JosiahWI:feat/port-based-sni-filtering
JosiahWI/trafficserver:feat/port-based-sni-filtering
Copy head branch name to clipboard
Jun 27, 2023
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Filter SNI based on port
#9767
maskit
merged 24 commits into
apache:master
apache/trafficserver:master
from
JosiahWI:feat/port-based-sni-filtering
JosiahWI/trafficserver:feat/port-based-sni-filtering
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2023
Add optional port range to YAML SNI config
JosiahWI
committed
d151cc9
View commit details
Copy full SHA for d151cc9
Browse repository at this point
Fix fqdn being cleared in absence of port range
JosiahWI
committed
783c5e3
View commit details
Copy full SHA for 783c5e3
Browse repository at this point
Consider port when matching in SSLSNIConfig
JosiahWI
committed
6980d86
View commit details
Copy full SHA for 6980d86
Browse repository at this point
Route SNI based on port
JosiahWI
committed
9abd966
View commit details
Copy full SHA for 9abd966
Browse repository at this point
Remove unnecessary headers from TLSSNiSupport.cc
JosiahWI
committed
8486a80
View commit details
Copy full SHA for 8486a80
Browse repository at this point
Add missing licenses and clean up code
JosiahWI
committed
f2cfe78
View commit details
Copy full SHA for f2cfe78
Browse repository at this point
Add more unit tests for SNI port filtering
JosiahWI
committed
0d4dffe
View commit details
Copy full SHA for 0d4dffe
Browse repository at this point
Add tests for single port
JosiahWI
committed
ce7cc58
View commit details
Copy full SHA for ce7cc58
Browse repository at this point
Document new port filtering feature
JosiahWI
committed
324a168
View commit details
Copy full SHA for 324a168
Browse repository at this point
Remove trailing whitespace
JosiahWI
committed
deb5dbf
View commit details
Copy full SHA for deb5dbf
Browse repository at this point
Move ActionItem creation to YamlSNIConfig::Item
JosiahWI
committed
72a1730
View commit details
Copy full SHA for 72a1730
Browse repository at this point
Extract methods from SSLSNIConfig::load_sni_config
JosiahWI
committed
3f3709e
View commit details
Copy full SHA for 3f3709e
Browse repository at this point
Make inbound_port_range its own field in sni.yaml
JosiahWI
committed
f103fb7
View commit details
Copy full SHA for f103fb7
Browse repository at this point
Use bool type to indicate success in SNIConfigParams methods
JosiahWI
committed
1d92b89
View commit details
Copy full SHA for 1d92b89
Browse repository at this point
Use ts::bw_dbg instead of out in YamlSNIConfig
JosiahWI
committed
39b6b48
View commit details
Copy full SHA for 39b6b48
Browse repository at this point
Extract check_port_range in test_YamlSNIConfig
JosiahWI
committed
7f32381
View commit details
Copy full SHA for 7f32381
Browse repository at this point
Change vector of pairs to DiscreteRange<in_port_t>
JosiahWI
committed
0cb9c73
View commit details
Copy full SHA for 0cb9c73
Browse repository at this point
Update test_net in src/tests/CMakeLists.txt
JosiahWI
committed
0f75eef
View commit details
Copy full SHA for 0f75eef
Browse repository at this point
Replace uint16_t with in_port_t
JosiahWI
committed
38a64de
View commit details
Copy full SHA for 38a64de
Browse repository at this point
Move port_range_t to tscpp/utils/ts_ip.h
JosiahWI
committed
57bd86f
View commit details
Copy full SHA for 57bd86f
Browse repository at this point
Fix compile error
JosiahWI
committed
2c9d56a
View commit details
Copy full SHA for 2c9d56a
Browse repository at this point
Add UnixNetVConnectionWithSNI class
Show description for 4f8130b
JosiahWI
committed
4f8130b
View commit details
Copy full SHA for 4f8130b
Browse repository at this point
Commits on Jun 26, 2023
Revert "Add UnixNetVConnectionWithSNI class"
Show description for 3dc7500
JosiahWI
committed
3dc7500
View commit details
Copy full SHA for 3dc7500
Browse repository at this point
Add virtual _get_local_port to TLSSNISupport
Show description for 76dcee7
JosiahWI
committed
76dcee7
View commit details
Copy full SHA for 76dcee7
Browse repository at this point
You can’t perform that action at this time.