mirror of https://github.com/wolfSSL/wolfssl.git
Update default RSA min to 1024
parent
2a08d3001c
commit
9dddd99b3b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue