Skip to content

Commit 7f4b8fb

Browse files
committed
PQ FIPS v7.0.0 Phase 2 & 3: All changes
1 parent 54d6555 commit 7f4b8fb

43 files changed

Lines changed: 8988 additions & 1027 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ WOLFSSL_DILITHIUM_SIGN_SMALL_MEM_PRECALC
728728
WOLFSSL_DILITHIUM_SIGN_SMALL_MEM_PRECALC_A
729729
WOLFSSL_DILITHIUM_SMALL_MEM_POLY64
730730
WOLFSSL_DISABLE_EARLY_SANITY_CHECKS
731+
WOLFSSL_DRBG_SHA256
731732
WOLFSSL_DTLS_DISALLOW_FUTURE
732733
WOLFSSL_DTLS_RECORDS_CAN_SPAN_DATAGRAMS
733734
WOLFSSL_DTLS_RESEND_ONLY_TIMEOUT

IDE/WIN10/wolfssl-fips.vcxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,13 @@
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\wc_mlkem.c" />
322+
<ClCompile Include="..\..\wolfcrypt\src\wc_mlkem_poly.c" />
323+
<ClCompile Include="..\..\wolfcrypt\src\dilithium.c" />
324+
<ClCompile Include="..\..\wolfcrypt\src\wc_lms.c" />
325+
<ClCompile Include="..\..\wolfcrypt\src\wc_lms_impl.c" />
326+
<ClCompile Include="..\..\wolfcrypt\src\wc_xmss.c" />
327+
<ClCompile Include="..\..\wolfcrypt\src\wc_xmss_impl.c" />
321328
</ItemGroup>
322329
<ItemGroup>
323330
<CustomBuild Include="..\..\wolfcrypt\src\aes_asm.asm">

0 commit comments

Comments
 (0)