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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
wolfSSL
/
wolfssl
Public
Notifications
You must be signed in to change notification settings
Fork
1k
Star
2.9k
Code
Issues
21
Pull requests
201
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
wolfssl
wolfssl
wolfcrypt
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 16, 2026
Merge pull request #11462 from dgarske/stm32_dhuk_wrapped_key
Show description for 6a43d33
JacobBarthelmeh
authored
6a43d33
View commit details
Copy full SHA for 6a43d33
View code at this point
Browse repository at this point
Key the STM32CubeMX2 configuration off a macro the pack declares
dgarske
committed
ba17975
View commit details
Copy full SHA for ba17975
View code at this point
Browse repository at this point
port/st: default wc_Stm32_Aes_Wrap to the raw blob order on both build paths and document WOLFSSL_SAES_DEVID as a wrap-key marker
dgarske
committed
0b5b0b4
View commit details
Copy full SHA for 0b5b0b4
View code at this point
Browse repository at this point
Commits on Sep 15, 2026
Merge pull request #11399 from night1rider/ecies-dev-id-change
Show description for fad92fa
JacobBarthelmeh
authored
fad92fa
View commit details
Copy full SHA for fad92fa
View code at this point
Browse repository at this point
port/st: fix the STM32 SAES DHUK wrapped-key unwrap so a wrapped blob unwraps back to its key
dgarske
committed
d6ee952
View commit details
Copy full SHA for d6ee952
View code at this point
Browse repository at this point
ECIES: take the device id from the context instead of the ECC key
Show description for 2ed567c
night1rider
committed
2ed567c
View commit details
Copy full SHA for 2ed567c
View code at this point
Browse repository at this point
Merge pull request #11377 from LinuxJedi/se05x-api-improvements
Show description for 25d8e9e
JacobBarthelmeh
authored
25d8e9e
View commit details
Copy full SHA for 25d8e9e
View code at this point
Browse repository at this point
Commits on Sep 14, 2026
Merge pull request #11387 from dgarske/log_verbose_tier
Show description for 5b9f179
JacobBarthelmeh
authored
5b9f179
View commit details
Copy full SHA for 5b9f179
View code at this point
Browse repository at this point
Merge pull request #11421 from SparkiDev/cert_name_subject_fix
Show description for 1e2d34c
JacobBarthelmeh
authored
1e2d34c
View commit details
Copy full SHA for 1e2d34c
View code at this point
Browse repository at this point
Merge pull request #11429 from julek-wolfssl/fix/forcezero-fence
Show description for f805041
JacobBarthelmeh
authored
f805041
View commit details
Copy full SHA for f805041
View code at this point
Browse repository at this point
Merge pull request #11451 from philljj/bsdkm_fixes
Show description for 5b5ab57
JacobBarthelmeh
authored
5b5ab57
View commit details
Copy full SHA for 5b5ab57
View code at this point
Browse repository at this point
Merge pull request #11430 from kaleb-himes/wolfEntropy-gets-a-version
Show description for 4408ad8
lealem47
authored
4408ad8
View commit details
Copy full SHA for 4408ad8
View code at this point
Browse repository at this point
Commits on Sep 11, 2026
Add a verbose logging tier and move the highest-volume traces onto it
dgarske
committed
c0c395d
View commit details
Copy full SHA for c0c395d
View code at this point
Browse repository at this point
Merge pull request #11382 from douzzer/20260904-linuxkm-misc
Show description for ea749a6
JacobBarthelmeh
authored
ea749a6
View commit details
Copy full SHA for ea749a6
View code at this point
Browse repository at this point
Merge pull request #11425 from Frauschi/keystore_api_fix
Show description for 92649a1
JacobBarthelmeh
authored
92649a1
View commit details
Copy full SHA for 92649a1
View code at this point
Browse repository at this point
Reject XMSS public-key export before a key exists
Show description for c138515
Frauschi
authored and
danielinux
committed
c138515
View commit details
Copy full SHA for c138515
View code at this point
Browse repository at this point
Reject LMS raw public-key export before a key exists
Show description for 54e3c09
Frauschi
authored and
danielinux
committed
54e3c09
View commit details
Copy full SHA for 54e3c09
View code at this point
Browse repository at this point
Commits on Sep 10, 2026
Merge pull request #11296 from dgarske/stm32v8
Show description for e38894e
aidangarske
authored
e38894e
View commit details
Copy full SHA for e38894e
View code at this point
Browse repository at this point
wolfssl/wolfcrypt/wc_port.h: in __GNUC__ gnu-builtin definitions for WOLFSSL_ATOMIC_LOAD() and WOLFSSL_ATOMIC_STORE(), use __ATOMIC_SEQ_CST rather than __ATOMIC_CONSUME/__ATOMIC_RELEASE, for consis…
Show description for e022244
douzzer
committed
e022244
View commit details
Copy full SHA for e022244
View code at this point
Browse repository at this point
wolfssl/wolfcrypt/error-crypt.h: add support for WOLFSSL_DEBUG_TRACE_ERROR_CODES_PER_FILE and WOLFSSL_DEBUG_TRACE_ERROR_CODES_THIS_FILE (file-scoped code traces).
douzzer
committed
8db8f84
View commit details
Copy full SHA for 8db8f84
View code at this point
Browse repository at this point
Add a version API for wolfEntropy and update dox
kaleb-himes
committed
e617424
View commit details
Copy full SHA for e617424
View code at this point
Browse repository at this point
ForceZero: use a compiler barrier instead of a CPU fence
Show description for 0bd1726
julek-wolfssl
committed
0bd1726
View commit details
Copy full SHA for 0bd1726
View code at this point
Browse repository at this point
cryptocb: let wc_KeyStore_Derive() request the key size
Show description for ba8ab70
Frauschi
committed
ba8ab70
View commit details
Copy full SHA for ba8ab70
View code at this point
Browse repository at this point
Harden SE05x API edge cases
LinuxJedi
committed
8765e24
View commit details
Copy full SHA for 8765e24
View code at this point
Browse repository at this point
Merge pull request #11231 from dgarske/cryptocb_async_tls13
Show description for 252c3b1
SparkiDev
authored
252c3b1
View commit details
Copy full SHA for 252c3b1
View code at this point
Browse repository at this point
bsdkm: wc_static_assert define.
philljj
committed
aa035ae
View commit details
Copy full SHA for aa035ae
View code at this point
Browse repository at this point
Certifcate Name Id lookup when WOLFSSL_CERT_NAME_ALL defined
Show description for 517a383
SparkiDev
committed
517a383
View commit details
Copy full SHA for 517a383
View code at this point
Browse repository at this point
Commits on Sep 9, 2026
Merge pull request #11202 from dgarske/c2000_hw_aes
Show description for 765d216
SparkiDev
authored
765d216
View commit details
Copy full SHA for 765d216
View code at this point
Browse repository at this point
Add TLS 1.3 handshake support for crypto callbacks returning WC_PENDING_E
dgarske
committed
1ed9f2c
View commit details
Copy full SHA for 1ed9f2c
View code at this point
Browse repository at this point
Merge pull request #11323 from Frauschi/filc-improvements
Show description for 8005f18
SparkiDev
authored
8005f18
View commit details
Copy full SHA for 8005f18
View code at this point
Browse repository at this point
Merge pull request #11344 from dgarske/mldsa_c28x_octets
Show description for 734465e
SparkiDev
authored
734465e
View commit details
Copy full SHA for 734465e
View code at this point
Browse repository at this point
Add STM32V8 (Cortex-M85) hardware crypto family support
dgarske
committed
41a47d5
View commit details
Copy full SHA for 41a47d5
View code at this point
Browse repository at this point
Add TI C2000 oscillator-jitter entropy source and harden wc_RNG_TestSeed for wide bytes
dgarske
committed
a48ef5b
View commit details
Copy full SHA for a48ef5b
View code at this point
Browse repository at this point
Add STM32CubeMX2 (MX2) support: conf detection, HAL2 example console, codegen assets
dgarske
committed
b04084b
View commit details
Copy full SHA for b04084b
View code at this point
Browse repository at this point
Add TI C2000 AESA hardware AES port and fix CHAR_BIT!=8 AES defects
dgarske
committed
a5085bc
View commit details
Copy full SHA for a5085bc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.