Skip to content

Commit b64531e

Browse files
committed
PQ FIPS v7.0.0 Phase 2 & 3: All changes
1 parent cf6c172 commit b64531e

Some content is hidden

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

44 files changed

+9115
-1076
lines changed

.wolfssl_known_macro_extras

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ WOLFSSL_DILITHIUM_SIGN_SMALL_MEM_PRECALC
729729
WOLFSSL_DILITHIUM_SIGN_SMALL_MEM_PRECALC_A
730730
WOLFSSL_DILITHIUM_SMALL_MEM_POLY64
731731
WOLFSSL_DISABLE_EARLY_SANITY_CHECKS
732+
WOLFSSL_DRBG_SHA256
732733
WOLFSSL_DTLS_DISALLOW_FUTURE
733734
WOLFSSL_DTLS_RECORDS_CAN_SPAN_DATAGRAMS
734735
WOLFSSL_DTLS_RESEND_ONLY_TIMEOUT
@@ -1125,3 +1126,4 @@ ssize_t
11251126
sun
11261127
versal
11271128
wc_Tls13_HKDF_Expand_Label
1129+
WOLFSSL_NO_LMS_SHAKE256_256

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)