forked from wolfSSL/wolfssl
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
|
||||
|
||||
#ifndef RSA_MIN_SIZE
|
||||
#define RSA_MIN_SIZE 512
|
||||
#define RSA_MIN_SIZE 1024
|
||||
#endif
|
||||
|
||||
#ifndef RSA_MAX_SIZE
|
||||
|
Reference in New Issue
Block a user