Skip to content

Commit 446309d

Browse files
committed
Limit was too low
1 parent b336fc9 commit 446309d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/pwdbased.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* Override by defining WC_PBKDF_MAX_ITERATIONS before including this header.
4242
* Normal PKCS#12 files use 1,000–10,000 iterations. */
4343
#ifndef WC_PBKDF_MAX_ITERATIONS
44-
#define WC_PBKDF_MAX_ITERATIONS 100000
44+
#define WC_PBKDF_MAX_ITERATIONS 2000000
4545
#endif
4646

4747
#if FIPS_VERSION3_GE(6,0,0)

0 commit comments

Comments
 (0)