Merge pull request #7854 from embhorn/rsa_min_1024

Update default RSA min to 1024
This commit is contained in:
Sean Parkinson
2024-08-12 10:04:13 +10:00
committed by GitHub

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