Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
wolfSSL
/
wolfssl
Public
Notifications
You must be signed in to change notification settings
Fork
950
Star
2.8k
Code
Issues
22
Pull requests
64
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Breadcrumbs
History for
wolfssl
wolfcrypt
on
master
User selector
All users
All time
Commit History
Commits on Mar 24, 2026
Merge pull request #10027 from embhorn/zd21394
Show description for cf6c172
dgarske
authored
cf6c172
Copy full SHA for cf6c172
Merge pull request #10059 from douzzer/20260324-wc_PKCS12_PBKDF_ex-bugprone-inc-dec-in-conditions
Show description for 636f0e5
dgarske
authored
636f0e5
Copy full SHA for 636f0e5
wolfcrypt/src/pwdbased.c: in wc_PKCS12_PBKDF_ex(), refactor the "Increment B by 1" loop to avoid bugprone-inc-dec-in-conditions.
douzzer
committed
ec61e07
Copy full SHA for ec61e07
Merge pull request #9905 from julek-wolfssl/WC_ALLOC_DO_ON_FAILURE-cleanup
Show description for c64fd4f
dgarske
authored
c64fd4f
Copy full SHA for c64fd4f
Merge pull request #10047 from Frauschi/mldsa_no_ctx
Show description for 328822b
dgarske
authored
328822b
Copy full SHA for 328822b
Merge pull request #10025 from embhorn/zd21392
Show description for 3cf4aea
dgarske
authored
3cf4aea
Copy full SHA for 3cf4aea
Merge pull request #10033 from embhorn/gh10028
Show description for 03beeae
dgarske
authored
03beeae
Copy full SHA for 03beeae
Merge pull request #9920 from dgarske/asn_old
Show description for d36ddf4
douzzer
authored
d36ddf4
Copy full SHA for d36ddf4
Merge pull request #9937 from douzzer/20260306-wc_Hash-refactor
Show description for ab8cd6f
dgarske
authored
ab8cd6f
Copy full SHA for ab8cd6f
Merge pull request #9999 from sebastian-carpenter/hpke-fix
Show description for 051b83b
dgarske
authored
051b83b
Copy full SHA for 051b83b
Merge pull request #10020 from SparkiDev/sp_int_ai_fixes_1
Show description for 3b90841
dgarske
authored
3b90841
Copy full SHA for 3b90841
Fix OCSP tests to use Alloc/FreeDer
embhorn
committed
1d1d8ff
Copy full SHA for 1d1d8ff
Fix FillSigner to clear pubkeystored
embhorn
committed
3a6ccc1
Copy full SHA for 3a6ccc1
Guard old non-ctx ML-DSA API by default
Frauschi
committed
3fd13b8
Copy full SHA for 3fd13b8
SP int: fixes from AI review
Show description for f151999
SparkiDev
committed
f151999
Copy full SHA for f151999
Commits on Mar 23, 2026
Peer review fixes
dgarske
committed
8cd9af3
Copy full SHA for 8cd9af3
Fix memory leak after refactor
dgarske
committed
99c0894
Copy full SHA for 99c0894
Group forward declarations by guard context
Show description for 44af0ab
dgarske
committed
44af0ab
Copy full SHA for 44af0ab
Fix guard context for forward declarations in asn split
Show description for 653aac2
dgarske
committed
653aac2
Copy full SHA for 653aac2
Split original ASN.1 code from asn.c into asn_orig.c
Show description for 6b1f5dd
dgarske
committed
6b1f5dd
Copy full SHA for 6b1f5dd
wolfssl/wolfcrypt/types.h: add missing values in FIPS <=v2 enum wc_HashType definition;
Show description for 2c26615
douzzer
committed
2c26615
Copy full SHA for 2c26615
wolfcrypt/src/evp.c: in wolfSSL_EVP_init(), fix -Wswitch-enums for WC_HASH_TYPE_SHAKE128 and WC_HASH_TYPE_SHAKE256.
douzzer
committed
cba5c17
Copy full SHA for cba5c17
wolfcrypt/src/evp.c: in wolfSSL_EVP_MD_type(), fix -Wswitch-enums for WC_HASH_TYPE_BLAKE2B and WC_HASH_TYPE_BLAKE2S exposed in default+opensslall configs.
douzzer
committed
262799d
Copy full SHA for 262799d
refactor wc_Hash* so that known wc_HashType values are unconditionally defined in enum wc_HashType, and always either succeed if used properly, or return HASH_TYPE_E if gated out or used improperly…
Show description for d708395
douzzer
committed
d708395
Copy full SHA for d708395
Merge pull request #10021 from dgarske/name_mismatches
Show description for b2f1c58
douzzer
authored
b2f1c58
Copy full SHA for b2f1c58
Merge pull request #10022 from dgarske/nb_leak
Show description for 6cd0018
douzzer
authored
6cd0018
Copy full SHA for 6cd0018
SP non-block ECC: correct mont_inv_order
Show description for b5ec204
SparkiDev
committed
b5ec204
Copy full SHA for b5ec204
Commits on Mar 22, 2026
wolfcrypt/src/logging.c: fix recursion in wc_backtrace_render().
douzzer
committed
b8f9b06
Copy full SHA for b8f9b06
Commits on Mar 21, 2026
Merge pull request #10035 from night1rider/allow-0-len-input-hash-update
Show description for 20f640a
dgarske
authored
20f640a
Copy full SHA for 20f640a
Commits on Mar 20, 2026
Fix wc_MXC_TPU_SHA_Copy to deep copy src msg buffer instead of freed dst pointer
night1rider
committed
92e3647
Copy full SHA for 92e3647
Rebase conflicts
embhorn
committed
1a5090a
Copy full SHA for 1a5090a
small changes:
Show description for 25dcc00
sebastian-carpenter
committed
25dcc00
Copy full SHA for 25dcc00
Allow zero length inputs to _wc_Hash_Grow to be a succesful no-op
Show description for 5b3750c
night1rider
committed
5b3750c
Copy full SHA for 5b3750c
wolfcrypt/src/wc_mlkem.c, wolfcrypt/src/wc_mlkem_poly.c, wolfssl/wolfcrypt/mlkem.h, wolfssl/wolfcrypt/wc_mlkem.h: fixes for C89 compliance and aarch64-FIPS-linuxkm compatibility.
douzzer
committed
a984998
Copy full SHA for a984998
wolfcrypt/src/logging.c, wolfssl/wolfcrypt/error-crypt.h, and wolfssl/wolfcrypt/logging.h: implement WOLFSSL_DEBUG_TRACE_ERROR_CODES_INIT_STATE, wc_debug_trace_error_codes_enabled(), and wc_debug_t…
Show description for ba743cc
douzzer
committed
ba743cc
Copy full SHA for ba743cc
Pagination
Previous
Next
You can’t perform that action at this time.