# HG changeset patch # User Matt Johnston # Date 1497623732 -28800 # Node ID 9236e7120c3e702441f205e7d9834ee51000e01f # Parent 79582b52a791cb4ad59e8392ebc34f1844b0c841 increase min DSS and RSA lengths diff -r 79582b52a791 -r 9236e7120c3e 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 */