mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:50:50 +02:00
Limit was too low
This commit is contained in:
committed by
Daniel Pouzzner
parent
0e7a094e83
commit
79b4efb9ea
@@ -41,7 +41,7 @@
|
||||
* Override by defining WC_PBKDF_MAX_ITERATIONS before including this header.
|
||||
* Normal PKCS#12 files use 1,000–10,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)
|
||||
|
||||
Reference in New Issue
Block a user