Skip to content

Commit 99fef50

Browse files
committed
PQ FIPS v7.0.0 Phase 2 & 3: All changes
1 parent f086e91 commit 99fef50

Some content is hidden

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

47 files changed

+9189
-1085
lines changed

.wolfssl_known_macro_extras

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ WOLFSSL_DILITHIUM_SIGN_SMALL_MEM_PRECALC
731731
WOLFSSL_DILITHIUM_SIGN_SMALL_MEM_PRECALC_A
732732
WOLFSSL_DILITHIUM_SMALL_MEM_POLY64
733733
WOLFSSL_DISABLE_EARLY_SANITY_CHECKS
734+
WOLFSSL_DRBG_SHA256
734735
WOLFSSL_DTLS_DISALLOW_FUTURE
735736
WOLFSSL_DTLS_RECORDS_CAN_SPAN_DATAGRAMS
736737
WOLFSSL_DTLS_RESEND_ONLY_TIMEOUT
@@ -1130,3 +1131,4 @@ ssize_t
11301131
sun
11311132
versal
11321133
wc_Tls13_HKDF_Expand_Label
1134+
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)