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 }}
muelli
/
wolfssl
Public
forked from
wolfSSL/wolfssl
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 5, 2018
Merge pull request #1867 from miyazakh/work
Show description for 93c85ca
kojo1
authored
93c85ca
View commit details
Copy full SHA for 93c85ca
Browse repository at this point
fixed typo
miyazakh
committed
67cab29
View commit details
Copy full SHA for 67cab29
Browse repository at this point
Commits on Oct 4, 2018
Merge pull request #1863 from tmael/mingw32Fix
Show description for 846ae06
toddouska
authored
846ae06
View commit details
Copy full SHA for 846ae06
Browse repository at this point
Commits on Oct 3, 2018
Fixed MINGW32 build errors
tmael
committed
f83ea9a
View commit details
Copy full SHA for f83ea9a
Browse repository at this point
Merge pull request #1861 from dgarske/coding_cleanup
Show description for d473fd3
ejohnstown
authored
d473fd3
View commit details
Copy full SHA for d473fd3
Browse repository at this point
Commits on Oct 2, 2018
Further cleanup of the Base64 and Base16 encoding start/min value.
dgarske
committed
cfba86d
View commit details
Copy full SHA for cfba86d
Browse repository at this point
Cleanup of the base64 decode start hex 0x2b.
dgarske
committed
be2f68d
View commit details
Copy full SHA for be2f68d
Browse repository at this point
Commits on Oct 1, 2018
Merge pull request #1856 from ejohnstown/version-indication
Show description for 4ca7460
dgarske
authored
4ca7460
View commit details
Copy full SHA for 4ca7460
Browse repository at this point
Merge pull request #1857 from kaleb-himes/MORE_TEST_COVERAGE
Show description for 142111d
dgarske
authored
142111d
View commit details
Copy full SHA for 142111d
Browse repository at this point
Exclude the version resource from the static library builds. It triggers a linker warning for Win32 builds and it isn't used in the static builds.
ejohnstown
committed
8f36a78
View commit details
Copy full SHA for 8f36a78
Browse repository at this point
Commits on Sep 28, 2018
Add more coverage cases to unit tests
kaleb-himes
committed
1f64380
View commit details
Copy full SHA for 1f64380
Browse repository at this point
Add a version resource to the wolfSSL library for Visual Studio builds.
ejohnstown
committed
05ca60a
View commit details
Copy full SHA for 05ca60a
Browse repository at this point
Merge pull request #1854 from dgarske/fix_ecdsa_sig_leak
Show description for 13bf2fc
cconlon
authored
13bf2fc
View commit details
Copy full SHA for 13bf2fc
Browse repository at this point
Commits on Sep 27, 2018
Fix for possible leak with openssl comatibility API `wolfSSL_d2i_ECDSA_SIG` when fast math is disabled.
dgarske
committed
f19f803
View commit details
Copy full SHA for f19f803
Browse repository at this point
Commits on Sep 26, 2018
Merge pull request #1848 from JacobBarthelmeh/Benchmark
Show description for 6d18f58
dgarske
authored
6d18f58
View commit details
Copy full SHA for 6d18f58
Browse repository at this point
Merge pull request #1637 from ghoso/openssl_compat201805
Show description for d30c45a
cconlon
authored
d30c45a
View commit details
Copy full SHA for d30c45a
Browse repository at this point
Merge pull request #1853 from dgarske/mp_add_d
Show description for 5cd428e
kaleb-himes
authored
5cd428e
View commit details
Copy full SHA for 5cd428e
Browse repository at this point
Merge pull request #1851 from dgarske/lighttpd_fix
Show description for fc81467
JacobBarthelmeh
authored
fc81467
View commit details
Copy full SHA for fc81467
Browse repository at this point
update RSA keygen benchmark and test with asynccrypt
JacobBarthelmeh
committed
d0abc10
View commit details
Copy full SHA for d0abc10
Browse repository at this point
Merge branch 'master' into openssl_compat201805
cconlon
authored
8ccd715
View commit details
Copy full SHA for 8ccd715
Browse repository at this point
Fixes for missing `mp_add_d`. Fix for IDE/GCC-ARM user_settings.h to remove redudant USE_FAST_MATH option.
dgarske
committed
441c049
View commit details
Copy full SHA for 441c049
Browse repository at this point
Added test case for scenario where error is pushed, cleared then try to get current. Without fix to clear `wc_current_node` in `wc_ClearErrorNodes` this causes access to invalid/free'd memory.
dgarske
committed
6e629a5
View commit details
Copy full SHA for 6e629a5
Browse repository at this point
Merge pull request #1850 from ejohnstown/const
Show description for 3c828c0
dgarske
authored
3c828c0
View commit details
Copy full SHA for 3c828c0
Browse repository at this point
Commits on Sep 25, 2018
Fix for case where `wc_ClearErrorNodes` is called, but then `wc_PullErrorNode` is called and `wc_current_node` is populated with invalid ->next pointer.
dgarske
committed
1bf7cad
View commit details
Copy full SHA for 1bf7cad
Browse repository at this point
Fix for Lighttpd 1.4.49, which requires `HAVE_EX_DATA`.
dgarske
committed
d724906
View commit details
Copy full SHA for d724906
Browse repository at this point
Changed the DecodedCert's der pointer to be a pointer to const. The
Show description for 18a27cf
ejohnstown
committed
18a27cf
View commit details
Copy full SHA for 18a27cf
Browse repository at this point
restore PR#1819 to pass Jenkins tests.
Go Hosohara
committed
52b5fe5
View commit details
Copy full SHA for 52b5fe5
Browse repository at this point
define wolfSSL_OPENSSL_add_all_alogrithms_noconf alias for wolfSSL_OpenSSL_add_all_algorithms_noconf and some fixes
Go Hosohara
committed
ff5506f
View commit details
Copy full SHA for ff5506f
Browse repository at this point
(void) for unused in NO_RSA case
Takashi Kojo
authored and
Go Hosohara
committed
71863c4
View commit details
Copy full SHA for 71863c4
Browse repository at this point
moving and consoridating NID defines to enum in asn.h
Takashi Kojo
authored and
Go Hosohara
committed
dc06bb0
View commit details
Copy full SHA for dc06bb0
Browse repository at this point
minor fix
Takashi Kojo
authored and
Go Hosohara
committed
01654da
View commit details
Copy full SHA for 01654da
Browse repository at this point
merge PR #1820 Porting aid
Go Hosohara
committed
cfa99c5
View commit details
Copy full SHA for cfa99c5
Browse repository at this point
fix test_wolfSSL_CTX_load_verify_locations() build error
Go Hosohara
committed
ca9f627
View commit details
Copy full SHA for ca9f627
Browse repository at this point
Revert "fix api.c error code to fit into"
Show description for cf5377e
Takashi Kojo
authored and
Go Hosohara
committed
cf5377e
View commit details
Copy full SHA for cf5377e
Browse repository at this point
fix api.c error code to fit into
Takashi Kojo
authored and
Go Hosohara
committed
921992e
View commit details
Copy full SHA for 921992e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.