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