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
45
Pull requests
186
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Pq fips fenrir
- #11359
#11359
Open
jackctj117
wants to merge 12 commits into
wolfSSL:master
wolfSSL/wolfssl:master
from
jackctj117:PQ-FIPS-Fenrir
jackctj117/wolfssl:PQ-FIPS-Fenrir
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Pq fips fenrir
#11359
jackctj117
wants to merge 12 commits into
wolfSSL:master
wolfSSL/wolfssl:master
from
jackctj117:PQ-FIPS-Fenrir
jackctj117/wolfssl:PQ-FIPS-Fenrir
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
Reject HMAC keys longer than 1024 bits in the FIPS v7 approved mode, since FIPS 198-1 Section 4 folds them to K0 = H(K) but they fall outside the module's CAVP-tested key range (Fenrir F-9546).
jackctj117
committed
f00c604
View commit details
Copy full SHA for f00c604
Browse repository at this point
Refuse ECDSA key pair generation and signature generation on curves below 224 bits under FIPS v7 per SP 800-131A Rev. 2 Table 2, leaving signature verification with those curves available as legacy…
Show description for f28137b
jackctj117
committed
f28137b
View commit details
Copy full SHA for f28137b
Browse repository at this point
Restrict the FIPS v7 ECDH shared-secret service to the KAS-ECC-SSC validated curves P-256, P-384 and P-521 ahead of every crypto-callback and hardware dispatch (Fenrir F-9544).
jackctj117
committed
cd02bf6
View commit details
Copy full SHA for cd02bf6
Browse repository at this point
Draw wc_RNG_DRBG_Reseed entropy from the module's seed source and mix the caller's bytes as additional_input under FIPS v7, because SP 800-90A Rev. 1 Section 9.2 forbids consuming-application entro…
Show description for 8b83dfa
jackctj117
committed
8b83dfa
View commit details
Copy full SHA for 8b83dfa
Browse repository at this point
Expect the FIPS v7 1024-bit HMAC key maximum from the long RFC 4231 style test vectors and keep them covered through the wc_HmacSetKey_ex allowFlag escape (Fenrir F-9546).
jackctj117
committed
45c4652
View commit details
Copy full SHA for 45c4652
Browse repository at this point
Accept the WC_FIPS_NOT_APPROVED indicator for the 8-byte-salt PBKDF2 vector under FIPS v7 per SP 800-132 Section 5.1 (Fenrir F-7779).
jackctj117
committed
136e915
View commit details
Copy full SHA for 136e915
Browse repository at this point
Normalize the WC_FIPS_NOT_APPROVED indicator that FIPS v7 returns for wc_ecc_sign_set_k staging and for the signatures that consume the staged k per FIPS 186-5 Section 6.3 (Fenrir F-7778).
jackctj117
committed
e482ab0
View commit details
Copy full SHA for e482ab0
Browse repository at this point
Expect the FIPS v7 generic HKDF wrappers to refuse SHA-1 per SP 800-56C Rev. 2 Section 4 (Fenrir F-7758).
jackctj117
committed
b7af9ef
View commit details
Copy full SHA for b7af9ef
Browse repository at this point
Assert the FIPS v7 refusal of key agreement on curves outside the validated KAS-ECC-SSC set and skip the composite flow for them like the existing key-size mismatch path (Fenrir F-9544).
jackctj117
committed
723ab21
View commit details
Copy full SHA for 723ab21
Browse repository at this point
Expect FIPS_WRONG_API_E from every RSAES-PKCS1-v1_5 key-transport path under FIPS v7 per SP 800-131A Rev. 2 Section 6 (Table 5) (Fenrir F-7361).
jackctj117
committed
d3de031
View commit details
Copy full SHA for d3de031
Browse repository at this point
Compile the ECDH crypto-callback dispatch out of FIPS v7 builds, since the software-only module cannot offload to an implementation that has not been CAVP tested per FIPS 140-3 IG C.B, leaving a hy…
Show description for 7d95e29
jackctj117
committed
7d95e29
View commit details
Copy full SHA for 7d95e29
Browse repository at this point
Fail the staged-k ECDSA and 8-byte-salt PBKDF2 tests when the WC_FIPS_NOT_APPROVED indicator is not delivered to the caller, instead of absorbing it wherever it appears, so the tests prove the modu…
Show description for 393e229
jackctj117
committed
393e229
View commit details
Copy full SHA for 393e229
Browse repository at this point
You can’t perform that action at this time.