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
/
wolfssl-py
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
42
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fenrir fixes (2026-06-23)
- #70
#70
Merged
JacobBarthelmeh
merged 14 commits into
wolfSSL:master
wolfSSL/wolfssl-py:master
from
julek-wolfssl:fenrir/20260623
julek-wolfssl/wolfssl-py:fenrir/20260623
Copy head branch name to clipboard
Jul 14, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Fenrir fixes (2026-06-23)
#70
JacobBarthelmeh
merged 14 commits into
wolfSSL:master
wolfSSL/wolfssl-py:master
from
julek-wolfssl:fenrir/20260623
julek-wolfssl/wolfssl-py:fenrir/20260623
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2026
Fix DTLS server example consuming the ClientHello before handshake (F-3481)
Show description for c29eb67
julek-wolfssl
committed
c29eb67
View commit details
Copy full SHA for c29eb67
Browse repository at this point
Map WANT_READ from SSLSocket.write() to SSLWantReadError (F-3905)
Show description for 41561e7
julek-wolfssl
committed
41561e7
View commit details
Copy full SHA for 41561e7
Browse repository at this point
Map WANT_WRITE from SSLSocket.read() to SSLWantWriteError (F-3906)
Show description for d0bb56e
julek-wolfssl
committed
d0bb56e
View commit details
Copy full SHA for d0bb56e
Browse repository at this point
Map WANT_WRITE from SSLSocket.recv_into() to SSLWantWriteError (F-3907)
Show description for 65aaef9
julek-wolfssl
committed
65aaef9
View commit details
Copy full SHA for 65aaef9
Browse repository at this point
Drive DTLS handshake only until complete in I/O methods (F-4136)
Show description for 99a4416
julek-wolfssl
committed
99a4416
View commit details
Copy full SHA for 99a4416
Browse repository at this point
Commits on Jun 24, 2026
Enable hostname verification in client example (F-5621)
Show description for 9c26572
julek-wolfssl
committed
9c26572
View commit details
Copy full SHA for 9c26572
Browse repository at this point
Send bytes-like data verbatim in SSLSocket.write (F-5622)
Show description for 3dd1b90
julek-wolfssl
committed
3dd1b90
View commit details
Copy full SHA for 3dd1b90
Browse repository at this point
Return None from getpeercert when peer has no certificate (F-5623)
Show description for 93954c9
julek-wolfssl
committed
93954c9
View commit details
Copy full SHA for 93954c9
Browse repository at this point
Commits on Jul 13, 2026
Update expired test CRL
Show description for d91cc48
julek-wolfssl
committed
d91cc48
View commit details
Copy full SHA for d91cc48
Browse repository at this point
Skip hostname check for IP literal hosts in client example
Show description for 56e3297
julek-wolfssl
committed
56e3297
View commit details
Copy full SHA for 56e3297
Browse repository at this point
Keep test_write_bytes.py source 7-bit ASCII
Show description for d55a68d
julek-wolfssl
committed
d55a68d
View commit details
Copy full SHA for d55a68d
Browse repository at this point
Harden WolfSSLX509 constructor type discrimination
Show description for 0446e8c
julek-wolfssl
committed
0446e8c
View commit details
Copy full SHA for 0446e8c
Browse repository at this point
Use getaddrinfo to detect IP literals in client example
Show description for 89f038a
julek-wolfssl
committed
89f038a
View commit details
Copy full SHA for 89f038a
Browse repository at this point
Keep end-to-end example test compatible with Python 2.7
Show description for 406cceb
julek-wolfssl
committed
406cceb
View commit details
Copy full SHA for 406cceb
Browse repository at this point
You can’t perform that action at this time.