mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Update default RSA min to 1024
This commit is contained in:
@ -103,7 +103,7 @@ RSA keys can be used to encrypt, decrypt, sign and verify data.
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef RSA_MIN_SIZE
|
#ifndef RSA_MIN_SIZE
|
||||||
#define RSA_MIN_SIZE 512
|
#define RSA_MIN_SIZE 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef RSA_MAX_SIZE
|
#ifndef RSA_MAX_SIZE
|
||||||
|
Reference in New Issue
Block a user