From e0e6610503d17f68d5d9ebffbc810773cd36e8a8 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Fri, 10 Apr 2026 10:45:15 -0400 Subject: [PATCH] Comment fixup. --- wolfssl/wolfcrypt/pwdbased.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/pwdbased.h b/wolfssl/wolfcrypt/pwdbased.h index dbb084358d..8a59f30e86 100644 --- a/wolfssl/wolfcrypt/pwdbased.h +++ b/wolfssl/wolfcrypt/pwdbased.h @@ -39,7 +39,7 @@ * Attacker-controlled PKCS#12 files can specify iterations up to INT_MAX * (2,147,483,647) in the MAC data, causing hours of CPU time. * Override by defining WC_PBKDF_MAX_ITERATIONS before including this header. - * Normal PKCS#12 files use 1,000–10,000 iterations. */ + * Normal p12 files use 1k to 10k iterations. */ #ifndef WC_PBKDF_MAX_ITERATIONS #define WC_PBKDF_MAX_ITERATIONS 2000000 #endif