Limit was too low

This commit is contained in:
Anthony Hu
2026-04-08 17:55:53 -04:00
committed by Daniel Pouzzner
parent 0e7a094e83
commit 79b4efb9ea
+1 -1
View File
@@ -41,7 +41,7 @@
* Override by defining WC_PBKDF_MAX_ITERATIONS before including this header.
* Normal PKCS#12 files use 1,00010,000 iterations. */
#ifndef WC_PBKDF_MAX_ITERATIONS
#define WC_PBKDF_MAX_ITERATIONS 100000
#define WC_PBKDF_MAX_ITERATIONS 2000000
#endif
#if FIPS_VERSION3_GE(6,0,0)