Skip to content

Commit cf2db42

Browse files
Merge pull request #9843 from kaleb-himes/PQ-FS-2026-Part2
Phase 2: PQ in boundary and SHA512 DRBG
2 parents 134f63a + 08fd7bd commit cf2db42

50 files changed

Lines changed: 14793 additions & 1212 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.wolfssl_known_macro_extras

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ WOLFSSL_DILITHIUM_SIGN_SMALL_MEM_PRECALC
733733
WOLFSSL_DILITHIUM_SIGN_SMALL_MEM_PRECALC_A
734734
WOLFSSL_DILITHIUM_SMALL_MEM_POLY64
735735
WOLFSSL_DISABLE_EARLY_SANITY_CHECKS
736+
WOLFSSL_DRBG_SHA256
736737
WOLFSSL_DTLS_DISALLOW_FUTURE
737738
WOLFSSL_DTLS_RECORDS_CAN_SPAN_DATAGRAMS
738739
WOLFSSL_DTLS_RESEND_ONLY_TIMEOUT
@@ -1133,3 +1134,4 @@ ssize_t
11331134
sun
11341135
versal
11351136
wc_Tls13_HKDF_Expand_Label
1137+
WOLFSSL_NO_LMS_SHAKE256_256

IDE/WIN10/wolfssl-fips.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@
318318
<ClCompile Include="..\..\wolfcrypt\src\wolfmath.c" />
319319
<ClCompile Include="..\..\wolfcrypt\src\wolfevent.c" />
320320
<ClCompile Include="..\..\wolfcrypt\src\pkcs12.c" />
321+
<ClCompile Include="..\..\wolfcrypt\src\dilithium.c" />
322+
<ClCompile Include="..\..\wolfcrypt\src\wc_lms.c" />
323+
<ClCompile Include="..\..\wolfcrypt\src\wc_lms_impl.c" />
324+
<ClCompile Include="..\..\wolfcrypt\src\wc_xmss.c" />
325+
<ClCompile Include="..\..\wolfcrypt\src\wc_xmss_impl.c" />
326+
<ClCompile Include="..\..\wolfcrypt\src\wc_slhdsa.c" />
321327
</ItemGroup>
322328
<ItemGroup>
323329
<CustomBuild Include="..\..\wolfcrypt\src\aes_asm.asm">

0 commit comments

Comments
 (0)