Update default RSA min to 1024

pull/7854/head
Eric Blankenhorn 2024-08-09 10:41:41 -05:00
parent 2a08d3001c
commit 9dddd99b3b
1 changed files with 1 additions and 1 deletions

View File

@ -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