mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 14:00:48 +02:00
Comment fixup.
This commit is contained in:
committed by
Daniel Pouzzner
parent
79b4efb9ea
commit
e0e6610503
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user