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
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
.
wolfSSL
/
wolfip
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
499
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Various hardening fixes
- #148
#148
Merged
danielinux
merged 13 commits into
wolfSSL:master
wolfSSL/wolfip:master
from
gasbytes:various-hardening-fixes
gasbytes/wolfip:various-hardening-fixes
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Various hardening fixes
#148
danielinux
merged 13 commits into
wolfSSL:master
wolfSSL/wolfip:master
from
gasbytes:various-hardening-fixes
gasbytes/wolfip:various-hardening-fixes
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2026
do not forward datagrams received as link-layer broadcast or multicast
Show description for 6749cf6
gasbytes
committed
6749cf6
View commit details
Copy full SHA for 6749cf6
Browse repository at this point
Commits on Aug 5, 2026
verify the DNS response question section against the outstanding query
Show description for 93b91f3
gasbytes
committed
93b91f3
View commit details
Copy full SHA for 93b91f3
Browse repository at this point
Add bytes offset tracking in parse_http_request when parsing header lines
gasbytes
committed
eded7c3
View commit details
Copy full SHA for eded7c3
Browse repository at this point
connect the dns query socket to the configured resolver so the UDP demux
Show description for 03037d2
gasbytes
committed
03037d2
View commit details
Copy full SHA for 03037d2
Browse repository at this point
re-notify the ethernet-layer filter after the 802.1Q tag is tripped so L2 policy keyed on the vlan sub-interface index or the inner ethertype can match, instead of only ever seeing the parent inter…
Show description for 5fed382
gasbytes
committed
5fed382
View commit details
Copy full SHA for 5fed382
Browse repository at this point
release the DHCP-learned DNS server along with the address, mask and gateway when a lease is lost
gasbytes
committed
90df38b
View commit details
Copy full SHA for 90df38b
Browse repository at this point
drop packets whose ipv4 option list contains an option with a length below the two-bytes minimum
gasbytes
committed
a43d0fb
View commit details
Copy full SHA for a43d0fb
Browse repository at this point
release the tcp socket slot when closing a socket that never left TCP_CLOSED
gasbytes
committed
3db744f
View commit details
Copy full SHA for 3db744f
Browse repository at this point
drop non-rst segments that arrive without a timestamp option on a conenction where timestamps were negotiated
gasbytes
committed
0801e6a
View commit details
Copy full SHA for 0801e6a
Browse repository at this point
join accumuluated header lines with CRLF instead of CRCR
gasbytes
committed
5201f2c
View commit details
Copy full SHA for 5201f2c
Browse repository at this point
Commits on Aug 6, 2026
run the martian, self-spoof and strict-rpf sourcechecks on every non-local packet and use the l2 group address exemption only to skip the forwarding attempt
gasbytes
committed
3aa6c0d
View commit details
Copy full SHA for 3aa6c0d
Browse repository at this point
apply the paws timestamp checks in the time_wait and last_ack states so every synchronized state drops non-rst segments that omit the negotiated timestamp option
gasbytes
committed
0ee1b26
View commit details
Copy full SHA for 0ee1b26
Browse repository at this point
raise the http header buffer to 1024 bytes
gasbytes
committed
5d16848
View commit details
Copy full SHA for 5d16848
Browse repository at this point
You can’t perform that action at this time.