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
.
extenda
/
openapi-httpserver-java
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: HTTPS support
- #91
#91
Merged
thced
merged 15 commits into
master
extenda/openapi-httpserver-java:master
from
feat/https-support
extenda/openapi-httpserver-java:feat/https-support
Copy head branch name to clipboard
May 21, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat: HTTPS support
#91
thced
merged 15 commits into
master
extenda/openapi-httpserver-java:master
from
feat/https-support
extenda/openapi-httpserver-java:feat/https-support
Copy head branch name to clipboard
Commits
Commits on May 21, 2026
docs: Design spec for HTTPS support via PEM files
thced
committed
548b0cd
View commit details
Copy full SHA for 548b0cd
Browse repository at this point
docs: Implementation plan for HTTPS support
thced
committed
200b884
View commit details
Copy full SHA for 200b884
Browse repository at this point
test: Add TLS PEM fixtures for HTTPS support
thced
committed
e5f50be
View commit details
Copy full SHA for e5f50be
Browse repository at this point
feat: Add PemSslContext for loading PEM cert + RSA key
thced
committed
9929b71
View commit details
Copy full SHA for 9929b71
Browse repository at this point
feat: Support EC private keys in PemSslContext
thced
committed
088d972
View commit details
Copy full SHA for 088d972
Browse repository at this point
test: Cover PemSslContext error paths
thced
committed
1efd6ac
View commit details
Copy full SHA for 1efd6ac
Browse repository at this point
refactor: Isolate PEM decoding for future JEP 524 swap
thced
committed
39fe1ea
View commit details
Copy full SHA for 39fe1ea
Browse repository at this point
feat: Enable HTTPS via Builder.https(certChain, privateKey)
thced
committed
f75476f
View commit details
Copy full SHA for f75476f
Browse repository at this point
docs: Document HTTPS support in README
thced
committed
ad80372
View commit details
Copy full SHA for ad80372
Browse repository at this point
docs: Recommend mounting HTTPS PEMs from a secret manager
thced
committed
0ecf725
View commit details
Copy full SHA for 0ecf725
Browse repository at this point
docs: Check off Task 7 verification steps
thced
committed
819d292
View commit details
Copy full SHA for 819d292
Browse repository at this point
feat: Pin TLS 1.2/1.3, enforce min key size, guard empty chain
thced
committed
6b0c59b
View commit details
Copy full SHA for 6b0c59b
Browse repository at this point
test: Cover weak RSA path and split resolvePort helper
Show description for d1dceb7
thced
committed
d1dceb7
View commit details
Copy full SHA for d1dceb7
Browse repository at this point
refactor: Address Sonar findings on PemSslContext
Show description for 4145ced
thced
committed
4145ced
View commit details
Copy full SHA for 4145ced
Browse repository at this point
test: Cover weak EC and unsupported-algorithm paths in PemSslContext
Show description for a24bf23
thced
committed
a24bf23
View commit details
Copy full SHA for a24bf23
Browse repository at this point
You can’t perform that action at this time.