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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 }}
ZhixiongChi
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 3, 2022
Merge pull request #5847 from douzzer/20221203-sp-int-missing-const
Show description for b99f5e5
dgarske
authored
b99f5e5
Copy full SHA for b99f5e5
wolfcrypt/src/sp_int.c: in _sp_mont_red(), add missing const in SP_WORD_SIZE == 32 codepath.
douzzer
committed
cd1a612
Copy full SHA for cd1a612
Merge pull request #5846 from douzzer/20221202-dtls-crypt-only-gating
Show description for ea2d793
dgarske
authored
ea2d793
Copy full SHA for ea2d793
Commits on Dec 2, 2022
src/dtls.c: add WOLFCRYPT_ONLY gating.
douzzer
committed
3ea8dd2
Copy full SHA for 3ea8dd2
Merge pull request #5842 from SparkiDev/sp_int_clang_tidy
Show description for efd194e
dgarske
authored
efd194e
Copy full SHA for efd194e
SP int: fixes for static analyser clang-tidy
Show description for 3239ff5
SparkiDev
committed
3239ff5
Copy full SHA for 3239ff5
Merge pull request #5839 from SparkiDev/sp_int_pub_apis
Show description for c079455
dgarske
authored
c079455
Copy full SHA for c079455
Commits on Dec 1, 2022
SP int: fix which APIs are public available wiht WOLFSSL_SP_MATH
Show description for 3971673
SparkiDev
committed
3971673
Copy full SHA for 3971673
Merge pull request #5829 from SparkiDev/sp_invmod_fixes
Show description for 5f410b4
dgarske
authored
5f410b4
Copy full SHA for 5f410b4
Merge pull request #5838 from douzzer/20221201-fix-kcapi
Show description for c59d6c3
SparkiDev
authored
c59d6c3
Copy full SHA for c59d6c3
Merge pull request #5716 from rizlik/dtls_cookie_stateless
Show description for 8fb92a2
dgarske
authored
8fb92a2
Copy full SHA for 8fb92a2
wolfcrypt/src/port/kcapi/kcapi_aes.c: fix error checking on KCAPI wc_AesGcmEncrypt() and wc_AesGcmDecrypt().
douzzer
committed
1c7826b
Copy full SHA for 1c7826b
Merge pull request #5832 from JacobBarthelmeh/fuzzing
Show description for d1e6ce0
dgarske
authored
d1e6ce0
Copy full SHA for d1e6ce0
Merge pull request #5830 from SparkiDev/sp_int_no64bit
Show description for 1e8ecd3
JacobBarthelmeh
authored
1e8ecd3
Copy full SHA for 1e8ecd3
dtls: fix heap hint in XFREE
rizlik
committed
fc4b008
Copy full SHA for fc4b008
tests: add tests for stateless dtls v1.2 cookie
rizlik
committed
abbba48
Copy full SHA for abbba48
dtls v1.2: stateless support WOLFSSL_DTLS_NO_HVR_ON_RESUME
rizlik
committed
af00c89
Copy full SHA for af00c89
dtls v1.2: support stateless client hello processing
rizlik
committed
cc7dad3
Copy full SHA for cc7dad3
fix: dtls: always use version DTLS 1.0 in HelloVerifyRequest
Show description for 5bc86b8
rizlik
committed
5bc86b8
Copy full SHA for 5bc86b8
fix: AddRecordHeader: use correct minor when using DTLS
rizlik
committed
4fa1b9d
Copy full SHA for 4fa1b9d
fix: dtls v1.2: reset window when invoking DtlsResetState
rizlik
committed
aff0112
Copy full SHA for aff0112
fix: tls13: hash using right version when downgrading
rizlik
committed
1732087
Copy full SHA for 1732087
fix: formatting and typos
Show description for 2c35d7f
rizlik
committed
2c35d7f
Copy full SHA for 2c35d7f
Merge pull request #5706 from icing/ha-quic
Show description for 1388e66
dgarske
authored
1388e66
Copy full SHA for 1388e66
QUIC API support in OpenSSL compat layer, as needed by HAProxy integration.
Show description for e5cfd96
icing
committed
e5cfd96
Copy full SHA for e5cfd96
Merge pull request #5835 from lealem47/zd15262
Show description for 2d88fd3
dgarske
authored
2d88fd3
Copy full SHA for 2d88fd3
SP int: check NO_64BIT before speculative using long long
Show description for e83e069
SparkiDev
committed
e83e069
Copy full SHA for e83e069
Commits on Nov 30, 2022
Merge pull request #5834 from anhu/http
Show description for c6a7afe
dgarske
authored
c6a7afe
Copy full SHA for c6a7afe
Making CTC_MAX_CRLINFO_SZ a compile-time option
lealem47
committed
eba6a6d
Copy full SHA for eba6a6d
Correction to a webpage link.
anhu
committed
3b00c9a
Copy full SHA for 3b00c9a
free signer if malloc cases fail
JacobBarthelmeh
committed
01833a3
Copy full SHA for 01833a3
Tidy up Espressif ESP32 test and benchmark examples (#5800)
Show description for fec7469
gojimmypi
authored
fec7469
Copy full SHA for fec7469
SP int: sp_invmod_div check div result before proceeding
SparkiDev
committed
c7c80be
Copy full SHA for c7c80be
SP int: fix error checks when modulus even
SparkiDev
committed
faf848a
Copy full SHA for faf848a
Merge pull request #5831 from SparkiDev/sp_int_div_clear_fix
Show description for 973de0e
douzzer
authored
973de0e
Copy full SHA for 973de0e
Pagination
Previous
Next
You can’t perform that action at this time.