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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
trafficserver
Public
Notifications
You must be signed in to change notification settings
Fork
871
Star
2k
Code
Issues
220
Pull requests
66
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Resolve OpenSSL 4.0 build issues
- #13476
#13476
Merged
maskit
merged 12 commits into
apache:master
apache/trafficserver:master
from
maskit:pr-13440-openssl4-build-fix
maskit/trafficserver:pr-13440-openssl4-build-fix
Copy head branch name to clipboard
Aug 5, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Resolve OpenSSL 4.0 build issues
#13476
maskit
merged 12 commits into
apache:master
apache/trafficserver:master
from
maskit:pr-13440-openssl4-build-fix
maskit/trafficserver:pr-13440-openssl4-build-fix
Copy head branch name to clipboard
Commits
Commits on Aug 3, 2026
Resolve OpenSSL 4.0 build issues - accessors for ASN1_STRING and const-iness
jeredfloyd
authored and
maskit
committed
c683d55
View commit details
Copy full SHA for c683d55
Browse repository at this point
Ran clang-format to fix formatting
jeredfloyd
authored and
maskit
committed
d8a37f9
View commit details
Copy full SHA for d8a37f9
Browse repository at this point
Fix X509_NAME_get_index_by_NID const mismatch on OpenSSL 1.1.1
Show description for 6874c51
maskit
committed
6874c51
View commit details
Copy full SHA for 6874c51
Browse repository at this point
Drop const_cast in favor of auto for local X509_NAME variables
Show description for a94e4f6
maskit
committed
a94e4f6
View commit details
Copy full SHA for a94e4f6
Browse repository at this point
Fix const-cast style and X509_NAME leak flagged by Copilot review
Show description for 42e630c
maskit
committed
42e630c
View commit details
Copy full SHA for 42e630c
Browse repository at this point
Make Cripts X509 accessors OpenSSL-4-compatible
Show description for 172defe
maskit
committed
172defe
View commit details
Copy full SHA for 172defe
Browse repository at this point
Fix lua plugin X509_NAME/ASN1_STRING OpenSSL 4 compatibility
Show description for 24666dd
maskit
committed
24666dd
View commit details
Copy full SHA for 24666dd
Browse repository at this point
Fix self-signed test cert losing its CN under OpenSSL 4
Show description for 73f63c2
maskit
committed
73f63c2
View commit details
Copy full SHA for 73f63c2
Browse repository at this point
Fix OpenSSL 4 X509_NAME const mismatches in example plugin and test tool
Show description for e3d7f5d
maskit
committed
e3d7f5d
View commit details
Copy full SHA for e3d7f5d
Browse repository at this point
Drop last const_cast in txn_box ssl_value_for via a template
Show description for 3f4d065
maskit
committed
3f4d065
View commit details
Copy full SHA for 3f4d065
Browse repository at this point
Alias the Cripts X509 getter decltypes for readability
Show description for 45809f6
maskit
committed
45809f6
View commit details
Copy full SHA for 45809f6
Browse repository at this point
Adopt RAII and decltype(func(nullptr)) patterns from PR #13482
Show description for 01b9317
maskit
committed
01b9317
View commit details
Copy full SHA for 01b9317
Browse repository at this point
You can’t perform that action at this time.