# HG changeset patch # User Matt Johnston # Date 1497623732 -28800 # Node ID 7672b13c5367014d984598669678db160acbf119 # Parent 92717c0fec395b48946f2c97c1e26edd8d907af6 increase min DSS and RSA lengths diff -r 92717c0fec39 -r 7672b13c5367 sysoptions.h --- a/sysoptions.h Fri Jun 16 22:35:18 2017 +0800 +++ b/sysoptions.h Fri Jun 16 22:35:32 2017 +0800 @@ -40,10 +40,10 @@ /* Minimum key sizes for DSS and RSA */ #ifndef MIN_DSS_KEYLEN -#define MIN_DSS_KEYLEN 512 +#define MIN_DSS_KEYLEN 1024 #endif #ifndef MIN_RSA_KEYLEN -#define MIN_RSA_KEYLEN 512 +#define MIN_RSA_KEYLEN 1024 #endif #define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */