From 654e102e4b31db1bc4f43c62e4c1f717bd1a7248 Mon Sep 17 00:00:00 2001 From: Peter Torelli Date: Fri, 13 Feb 2026 15:48:59 -0800 Subject: [PATCH 1/2] cyignore sslSniffer due to main conflicts --- .cyignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.cyignore b/.cyignore index 4fd95986864..f6802239d2d 100644 --- a/.cyignore +++ b/.cyignore @@ -7,6 +7,7 @@ $(SEARCH_wolfssl)/mplabx $(SEARCH_wolfssl)/mqx $(SEARCH_wolfssl)/tirtos $(SEARCH_wolfssl)/tests +$(SEARCH_wolfssl)/sslSniffer $(SEARCH_wolfssl)/testsuite $(SEARCH_wolfssl)/wolfcrypt/src/port/autosar $(SEARCH_wolfssl)/zephyr From c4ef0e5cd28ebb92ca555c444cd12fcc57a96f30 Mon Sep 17 00:00:00 2001 From: Peter Torelli Date: Mon, 16 Feb 2026 13:44:33 -0800 Subject: [PATCH 2/2] Update .cyignore Also need to ignore MLDSA and MLKEM Intel assembly source files. --- .cyignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cyignore b/.cyignore index f6802239d2d..8069725b483 100644 --- a/.cyignore +++ b/.cyignore @@ -27,6 +27,8 @@ $(SEARCH_wolfssl)/wolfcrypt/src/sm3_asm.S $(SEARCH_wolfssl)/wolfcrypt/src/sp_x86_64_asm.S $(SEARCH_wolfssl)/wolfcrypt/src/sp_sm2_x86_64_asm.S $(SEARCH_wolfssl)/wolfcrypt/src/wc_kyber_asm.S +$(SEARCH_wolfssl)/wolfcrypt/src/wc_mldsa_asm.S +$(SEARCH_wolfssl)/wolfcrypt/src/wc_mlkem_asm.S $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-aes-asm.S $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-curve25519.S