Skip to content

Commit 0db89b3

Browse files
committed
PQ FIPS v7.0.0 Phase 2 & 3: All changes
1 parent abfff1e commit 0db89b3

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

+9129
-1076
lines changed

.wolfssl_known_macro_extras

Lines changed: 2 additions & 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
@@ -1124,3 +1125,4 @@ ssize_t
11241125
sun
11251126
versal
11261127
wc_Tls13_HKDF_Expand_Label
1128+
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)